The branch protection description text were not quite accurate.
This commit is contained in:
parent
1dc401635b
commit
f378cb572a
1 changed files with 2 additions and 2 deletions
|
@ -1269,9 +1269,9 @@ settings.protected_branch_can_push_yes = You can push
|
|||
settings.protected_branch_can_push_no = You can not push
|
||||
settings.branch_protection = Branch Protection for Branch '<b>%s</b>'
|
||||
settings.protect_this_branch = Enable Branch Protection
|
||||
settings.protect_this_branch_desc = Prevent deletion and disable Git force pushing to the branch.
|
||||
settings.protect_this_branch_desc = Prevent deletion and disable any Git pushing to the branch.
|
||||
settings.protect_whitelist_committers = Enable Push Whitelist
|
||||
settings.protect_whitelist_committers_desc = Allow whitelisted users or teams to bypass push restrictions.
|
||||
settings.protect_whitelist_committers_desc = Allow whitelisted users or teams to push to this branch (but not force push).
|
||||
settings.protect_whitelist_users = Whitelisted users for pushing:
|
||||
settings.protect_whitelist_search_users = Search users…
|
||||
settings.protect_whitelist_teams = Whitelisted teams for pushing:
|
||||
|
|
Reference in a new issue