diff options
author | yp05327 <576951401@qq.com> | 2023-08-29 21:15:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 12:15:19 +0000 |
commit | 008f5d8cf1c40b96f43b19ecf48240fc4b86e3f0 (patch) | |
tree | b64b334767c396578bc6278bd36772d7a955e787 /options | |
parent | ad3cbbc3b1ce80c22d439848c41a926280521344 (diff) | |
download | gitea-008f5d8cf1c40b96f43b19ecf48240fc4b86e3f0.tar.gz gitea-008f5d8cf1c40b96f43b19ecf48240fc4b86e3f0.zip |
Add default label in branch select list (#26697)
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 31d47ad6af..f8e068fe19 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -970,6 +970,7 @@ trust_model_helper_collaborator_committer = Collaborator+Committer: Trust signat trust_model_helper_default = Default: Use the default trust model for this installation create_repo = Create Repository default_branch = Default Branch +default_branch_label = default default_branch_helper = The default branch is the base branch for pull requests and code commits. mirror_prune = Prune mirror_prune_desc = Remove obsolete remote-tracking references |