diff options
author | Mark Chao <mchao@gitlab.com> | 2018-06-04 10:25:38 +0900 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2018-06-06 21:01:44 +0900 |
commit | a6c15c5b9750b3b6b16694974eab868a21b8683a (patch) | |
tree | 447cd4e1c5b8dea3d63bc55c742c4832a1192101 /lib | |
parent | 15469fe0a1625449d4bb27208b444e3c72afaaa0 (diff) | |
download | gitlab-ce-a6c15c5b9750b3b6b16694974eab868a21b8683a.tar.gz |
change wording
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/checks/change_access.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/checks/change_access.rb b/lib/gitlab/checks/change_access.rb index 51ba09aa129..f76a6fb5f17 100644 --- a/lib/gitlab/checks/change_access.rb +++ b/lib/gitlab/checks/change_access.rb @@ -5,7 +5,7 @@ module Gitlab push_code: 'You are not allowed to push code to this project.', delete_default_branch: 'The default branch of a project cannot be deleted.', force_push_protected_branch: 'You are not allowed to force push code to a protected branch on this project.', - non_master_delete_protected_branch: 'You are not allowed to delete protected branches from this project. Only a project master or owner can delete a protected branch.', + non_master_delete_protected_branch: 'You are not allowed to delete protected branches from this project. Only a project maintainer or owner can delete a protected branch.', non_web_delete_protected_branch: 'You can only delete protected branches using the web interface.', merge_protected_branch: 'You are not allowed to merge code into protected branches on this project.', push_protected_branch: 'You are not allowed to push code to protected branches on this project.', |