aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Becker <info@nuc-eng.com>2023-04-28 08:32:32 +0200
committerGitHub <noreply@github.com>2023-04-28 14:32:32 +0800
commitad03c6e0a36033c6f59262d8cfd6416ae3cc93d6 (patch)
tree4f026894b84939594c098b4869eaabff1ebec191
parentbb25f85ce8f559fa3e9f462ad1027b5b5a8e2da3 (diff)
downloadgitea-ad03c6e0a36033c6f59262d8cfd6416ae3cc93d6.tar.gz
gitea-ad03c6e0a36033c6f59262d8cfd6416ae3cc93d6.zip
More detailed branch delete message (#22696)
Fix #22624 . Message explains that deleted branch can only be restored for a short time period.
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 3fff13c5a2..0072ac6fc3 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2380,7 +2380,7 @@ branch.already_exists = A branch named "%s" already exists.
branch.delete_head = Delete
branch.delete = Delete Branch "%s"
branch.delete_html = Delete Branch
-branch.delete_desc = Deleting a branch is permanent. It <strong>CANNOT</strong> be undone. Continue?
+branch.delete_desc = Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
branch.deletion_success = Branch "%s" has been deleted.
branch.deletion_failed = Failed to delete branch "%s".
branch.delete_branch_has_new_commits = Branch "%s" cannot be deleted because new commits have been added after merging.