mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(i18n): group name
This commit is contained in:
parent
314497271a
commit
dd4accf56f
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
.row
|
||||
form.col-md-12.form-horizontal(ng-submit='create(newGroup)')
|
||||
.form-group
|
||||
label.control-label(for='new-group-name')
|
||||
env.t('newGroupName', {groupType: "{{text}}"})
|
||||
label.control-label(for='new-group-name')=env.t('newGroupName', {groupType: "{{text}}"})
|
||||
input.form-control#new-group-name.input-medium.option-content(required, type='text', placeholder=env.t('newGroupName', {groupType: "{{text}}"}), ng-model='newGroup.name')
|
||||
.form-group
|
||||
label(for='new-group-description')=env.t('description')
|
||||
|
|
|
|||
Loading…
Reference in a new issue