diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-18 20:25:46 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 12:12:05 -0200 |
commit | a57bf9bd39816cebec5da3da35a1aabbf7462069 (patch) | |
tree | e15c5fd7f02b7cc008ff9035a16e76c76aa710d4 /features/dashboard | |
parent | fc3f8a8ff75a09aae62b2a56c7f78fd9d21d2af3 (diff) | |
download | gitlab-ce-a57bf9bd39816cebec5da3da35a1aabbf7462069.tar.gz |
Rename menu item and page 'Task queue' to 'Tasks'
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/tasks.feature (renamed from features/dashboard/task_queue.feature) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dashboard/task_queue.feature b/features/dashboard/tasks.feature index 8972a148289..9d4f386f7dd 100644 --- a/features/dashboard/task_queue.feature +++ b/features/dashboard/tasks.feature @@ -1,5 +1,5 @@ @dashboard -Feature: Dashboard Task Queue +Feature: Dashboard Tasks Background: Given I sign in as a user And I own project "Shop" |