aboutsummaryrefslogtreecommitdiff
path: root/conf/locale
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-01 17:56:55 -0400
committerUnknwon <u@gogs.io>2017-04-01 17:56:55 -0400
commitab42671c6380d32e1f7e45332e1818c9b7fec024 (patch)
treeb2587dd41e2e2aa9450e8b01da725b76f7a2f21d /conf/locale
parentb3ac33cbcfba182c037e1c8c393f7536e5b7445d (diff)
repo: handle git.ErrUnsupportedVersion error type
Diffstat (limited to 'conf/locale')
-rw-r--r--conf/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 04d36c08..6c30be29 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -662,6 +662,7 @@ settings.branches_bare = You cannot manage branches for bare repository. Please
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
+settings.update_default_branch_unsupported = Change default branch is not supported by the Git version on server.
settings.update_default_branch_success = Default branch of this repository has been updated successfully!
settings.protected_branches = Protected Branches
settings.protected_branches_desc = Protect branches from force pushing, accidental deletion and whitelist code committers.