From 2d2bbf28f9d9088b829a72970107683b6ee48548 Mon Sep 17 00:00:00 2001 From: Henry Goodman <13032204@student.uts.edu.au> Date: Fri, 17 Nov 2023 01:40:05 +1100 Subject: [PATCH] Update strings for clarity --- options/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 46120852b2..0751402af8 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2283,7 +2283,7 @@ settings.protect_disable_force_push = Disable Force Push settings.protect_disable_force_push_desc = No force pushing will be allowed to this branch. settings.protect_enable_push = Enable Push settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push). -settings.protect_enable_force_push_all = Everyone +settings.protect_enable_force_push_all = Enable Force Push settings.protect_enable_force_push_all_desc = Anyone with push access will be allowed to force push to this branch. settings.protect_enable_force_push_whitelist = Whitelist Restricted Force Push settings.protect_enable_force_push_whitelist_desc = Only whitelisted users or teams with push access will be allowed to force push to this branch. @@ -2298,7 +2298,7 @@ settings.protect_whitelist_teams = Whitelisted teams for pushing: settings.protect_whitelist_search_teams = Search teams… settings.protect_force_push_whitelist_users = Whitelisted users for force pushing: settings.protect_force_push_whitelist_teams = Whitelisted teams for force pushing: -settings.protect_force_push_whitelist_deploy_keys = Whitelist deploy keys with write access to force push. +settings.protect_force_push_whitelist_deploy_keys = Whitelist deploy keys with push access to force push. settings.protect_merge_whitelist_committers = Enable Merge Whitelist settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch. settings.protect_merge_whitelist_users = Whitelisted users for merging: