Skip to content

Commit d90115f

Browse files
jbeyerstedtzeripath
authored andcommitted
improve description of branch protection (fix go-gitea#6886) (go-gitea#6906)
The branch protection description text were not quite accurate.
1 parent e4334c3 commit d90115f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,9 +1269,9 @@ settings.protected_branch_can_push_yes = You can push
12691269
settings.protected_branch_can_push_no = You can not push
12701270
settings.branch_protection = Branch Protection for Branch '<b>%s</b>'
12711271
settings.protect_this_branch = Enable Branch Protection
1272-
settings.protect_this_branch_desc = Prevent deletion and disable Git force pushing to the branch.
1272+
settings.protect_this_branch_desc = Prevent deletion and disable any Git pushing to the branch.
12731273
settings.protect_whitelist_committers = Enable Push Whitelist
1274-
settings.protect_whitelist_committers_desc = Allow whitelisted users or teams to bypass push restrictions.
1274+
settings.protect_whitelist_committers_desc = Allow whitelisted users or teams to push to this branch (but not force push).
12751275
settings.protect_whitelist_users = Whitelisted users for pushing:
12761276
settings.protect_whitelist_search_users = Search users…
12771277
settings.protect_whitelist_teams = Whitelisted teams for pushing:

0 commit comments

Comments
 (0)