diff options
author | bugreport0 <32939607+bugreport0@users.noreply.github.com> | 2018-03-09 17:37:24 +0000 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-03-09 19:37:24 +0200 |
commit | b333e7129d26abb64cdd34e67e39cfe34fdf5bb1 (patch) | |
tree | 0a22730d560c28f9df5b4e2da0ddb6dae943f620 /templates/org/team/new.tmpl | |
parent | f0aee3c4671043b73ec991859db91d533164b3e4 (diff) | |
download | gitea-b333e7129d26abb64cdd34e67e39cfe34fdf5bb1.tar.gz gitea-b333e7129d26abb64cdd34e67e39cfe34fdf5bb1.zip |
Add separate string for the 'Create Team' button. (#3647)
* Add separate string for the 'Create Team' button.
* Add separate string for the 'Create Team' button.
Diffstat (limited to 'templates/org/team/new.tmpl')
-rw-r--r-- | templates/org/team/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/team/new.tmpl b/templates/org/team/new.tmpl index 27335e247a..ec1a3dd72e 100644 --- a/templates/org/team/new.tmpl +++ b/templates/org/team/new.tmpl @@ -69,7 +69,7 @@ <div class="field"> {{if .PageIsOrgTeamsNew}} - <button class="ui green button">{{.i18n.Tr "org.create_new_team"}}</button> + <button class="ui green button">{{.i18n.Tr "org.create_team"}}</button> <a class="ui button" href="{{.OrgLink}}/teams">{{.i18n.Tr "cancel"}}</a> {{else}} <button class="ui green button">{{.i18n.Tr "org.teams.update_settings"}}</button> |