mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Update create-group.jade
This commit is contained in:
parent
6fb88ee1b5
commit
ed180692e3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ form.form-horizontal(ng-submit='create(newGroup)')
|
|||
input.btn(type='submit', ng-disabled='!newGroup.privacy && !newGroup.name', value=env.t('create'))
|
||||
span.gem-cost '4' + =env.t('gems')
|
||||
p
|
||||
small=env.t('gemcost')
|
||||
small=env.t('gemCost')
|
||||
.control-group(ng-show='type=="party"')
|
||||
.controls
|
||||
input.btn(type='submit', value=env.t('create'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue