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:
		
							parent
							
								
									f0aee3c467
								
							
						
					
					
						commit
						b333e7129d
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
|  | @ -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…
	
		Reference in a new issue