aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2025-01-04 18:47:24 +0800
committerGitHub <noreply@github.com>2025-01-04 18:47:24 +0800
commit3d544a3ad35f221d48591757ae3beaab0820e4ff (patch)
tree276d01830c81fff870a3af68e184b525c45125c1 /options
parent2b064b8637dee3904e882baada99221204f4f874 (diff)
downloadgitea-3d544a3ad35f221d48591757ae3beaab0820e4ff.tar.gz
gitea-3d544a3ad35f221d48591757ae3beaab0820e4ff.zip
Fix empty git repo handling logic (#33101)
Fix #33092
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 6029d49ade..07c9ffa9fc 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1235,6 +1235,7 @@ create_new_repo_command = Creating a new repository on the command line
push_exist_repo = Pushing an existing repository from the command line
empty_message = This repository does not contain any content.
broken_message = The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this repository.
+no_branch = This repository doesn’t have any branches.
code = Code
code.desc = Access source code, files, commits and branches.