diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2025-04-02 12:39:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 21:39:00 -0700 |
commit | 6ed1b26c58c0e6d90f66b0075d8a1048e15c377c (patch) | |
tree | 91aa2a6e167f3bc20de5a0e0f99f200251139127 /options | |
parent | 88352e0b252e9186a5633d39124a8a65ab89f831 (diff) | |
download | gitea-main.tar.gz gitea-main.zip |
Fix #34090
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
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" |