mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Correct view
This commit is contained in:
parent
cac5770649
commit
60a36ca6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ script(type='text/ng-template', id='modals/invite-party.html')
|
|||
.modal-body
|
||||
div(ng-if='!group._id')
|
||||
h4(style='margin-top:0')=env.t('nameYourParty')
|
||||
input.form-control#new-group-name.input-medium.option-content(required, type='text', ng-model='newGroup.name')
|
||||
input.form-control#new-group-name.input-medium.option-content(required, type='text', ng-model='group.name')
|
||||
tabset
|
||||
tab(heading=env.t('inviteByEmail'))
|
||||
p.alert.alert-info=env.t('inviteByEmailExplanation')
|
||||
|
|
|
|||
Loading…
Reference in a new issue