diff options
author | Unknwon <u@gogs.io> | 2017-03-27 13:12:29 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-27 13:12:29 -0400 |
commit | 73de9f9d6ac806634b22c150d42c66cb942d1088 (patch) | |
tree | be16346223831c4f707921bf67396d5d9fb5e931 /conf/locale | |
parent | f40eb9774e5466917efd65c519cd0caaa8b230de (diff) |
repo/settings/branches: add prompt for bare repository
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 846e0c3d..04d36c08 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -658,6 +658,7 @@ settings.collaboration.write = Write settings.collaboration.read = Read settings.collaboration.undefined = Undefined settings.branches = Branches +settings.branches_bare = You cannot manage branches for bare repository. Please push some content first. settings.default_branch = Default Branch settings.default_branch_desc = The default branch is considered the "base" branch for code commits, pull requests and online editing. settings.update = Update |