Browse Source

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.
for-closed-social
bugreport0 6 years ago
committed by Lauris BH
parent
commit
b333e7129d
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      options/locale/locale_en-US.ini
  2. +1
    -1
      templates/org/team/new.tmpl

+ 2
- 1
options/locale/locale_en-US.ini View File

@ -1113,7 +1113,8 @@ people = People
teams = Teams
lower_members = members
lower_repositories = repositories
create_new_team = Create New Team
create_new_team = New Team
create_team = Create Team
org_desc = Description
team_name = Team Name
team_desc = Description

+ 1
- 1
templates/org/team/new.tmpl 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>

Loading…
Cancel
Save