summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2021-05-17 02:24:47 +0800
committerGitHub <noreply@github.com>2021-05-16 14:24:47 -0400
commit892e6561ff76d1fb4fd498b7ac4ed4ff77acbb7b (patch)
treec6d19057ae44df8bbf51caea2351351868b2d89c /templates
parentc3aaf5eafd91b881ca67ab51e0cc2fd17a5b7921 (diff)
downloadgitea-892e6561ff76d1fb4fd498b7ac4ed4ff77acbb7b.tar.gz
gitea-892e6561ff76d1fb4fd498b7ac4ed4ff77acbb7b.zip
Use a special name for update default branch on repository setting (#15893)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/settings/branches.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/branches.tmpl b/templates/repo/settings/branches.tmpl
index fbe9a7463e..ccf6abbb81 100644
--- a/templates/repo/settings/branches.tmpl
+++ b/templates/repo/settings/branches.tmpl
@@ -35,7 +35,7 @@
{{end}}
</div>
</div>
- <button class="ui green button">{{$.i18n.Tr "repo.settings.update_settings"}}</button>
+ <button class="ui green button">{{$.i18n.Tr "repo.settings.branches.update_default_branch"}}</button>
</div>
{{end}}
</form>