1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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.
This commit is contained in:
bugreport0
2018-03-09 17:37:24 +00:00
committed by Lauris BH
parent f0aee3c467
commit b333e7129d
2 changed files with 3 additions and 2 deletions

View File

@@ -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>