summaryrefslogtreecommitdiff
path: root/qa/qa/page/admin
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/admin')
-rw-r--r--qa/qa/page/admin/settings/repository_storage.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/admin/settings/repository_storage.rb b/qa/qa/page/admin/settings/repository_storage.rb
index b4a1344216e..68dd23a41e1 100644
--- a/qa/qa/page/admin/settings/repository_storage.rb
+++ b/qa/qa/page/admin/settings/repository_storage.rb
@@ -6,11 +6,11 @@ module QA
view 'app/views/admin/application_settings/_repository_storage.html.haml' do
element :submit, "submit 'Save changes'"
element :hashed_storage,
- 'Create new projects using hashed storage paths'
+ 'Use hashed storage paths for newly created and renamed projects'
end
def enable_hashed_storage
- check 'Create new projects using hashed storage paths'
+ check 'Use hashed storage paths for newly created and renamed projects'
end
def save_settings