aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2025-04-02 12:39:00 +0800
committerGitHub <noreply@github.com>2025-04-01 21:39:00 -0700
commit6ed1b26c58c0e6d90f66b0075d8a1048e15c377c (patch)
tree91aa2a6e167f3bc20de5a0e0f99f200251139127 /options
parent88352e0b252e9186a5633d39124a8a65ab89f831 (diff)
downloadgitea-main.tar.gz
gitea-main.zip
Do not show 500 error when default branch doesn't exist (#34096)HEADmain
Fix #34090
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 3cc12aff49..96c99615f5 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2733,6 +2733,7 @@ branch.restore_success = Branch "%s" has been restored.
branch.restore_failed = Failed to restore branch "%s".
branch.protected_deletion_failed = Branch "%s" is protected. It cannot be deleted.
branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be deleted.
+branch.default_branch_not_exist = Default branch "%s" does not exist.
branch.restore = Restore Branch "%s"
branch.download = Download Branch "%s"
branch.rename = Rename Branch "%s"