diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-05-17 02:24:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 14:24:47 -0400 |
commit | 892e6561ff76d1fb4fd498b7ac4ed4ff77acbb7b (patch) | |
tree | c6d19057ae44df8bbf51caea2351351868b2d89c /templates | |
parent | c3aaf5eafd91b881ca67ab51e0cc2fd17a5b7921 (diff) | |
download | gitea-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.tmpl | 2 |
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> |