Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-05-16 15:54:57 +0300
committerPhil Hughes <me@iamphill.com>2017-05-16 15:54:57 +0300
commitadc34e1cfe971c9a186791be607f47977c003f73 (patch)
tree45aec35b237314f333948ddf4ea672dcc600ed48 /features/steps/profile
parente407279fd021d1da9dcb3a05a04579bcc0550299 (diff)
Rename Personal Audit Log
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/active_tab.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/profile/active_tab.rb b/features/steps/profile/active_tab.rb
index 4724a326277..069d4e6a23d 100644
--- a/features/steps/profile/active_tab.rb
+++ b/features/steps/profile/active_tab.rb
@@ -19,7 +19,7 @@ class Spinach::Features::ProfileActiveTab < Spinach::FeatureSteps
ensure_active_main_tab('Preferences')
end
- step 'the active main tab should be Audit Log' do
- ensure_active_main_tab('Audit Log')
+ step 'the active main tab should be Authentication log' do
+ ensure_active_main_tab('Authentication log')
end
end