diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index d3b81085e5..a4feaf2b81 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -2464,7 +2464,7 @@ "repo.settings.protect_force_push_allowlist_teams": "Allowlisted teams for force pushing:", "repo.settings.protect_force_push_allowlist_deploy_keys": "Allowlist deploy keys with push access to force push.", "repo.settings.protect_force_push_allowlist_actions_user": "Allowlist actions bot user to force push.", - "repo.settings.event_delete": "Branch Deletion", + "repo.settings.protect_branch_deletion": "Branch Deletion", "repo.settings.protect_disable_delete": "Disable Deletion", "repo.settings.protect_disable_delete_desc": "This branch cannot be deleted.", "repo.settings.protect_enable_delete_all": "Enable Deletion", diff --git a/templates/repo/settings/protected_branch.tmpl b/templates/repo/settings/protected_branch.tmpl index 2c7bd8dcc0..e8d3081ae8 100644 --- a/templates/repo/settings/protected_branch.tmpl +++ b/templates/repo/settings/protected_branch.tmpl @@ -172,7 +172,7 @@ -
{{ctx.Locale.Tr "repo.settings.event_delete"}}
+
{{ctx.Locale.Tr "repo.settings.protect_branch_deletion"}}