mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
fix(invite-friends): text should be valid for both parties and guilds
This commit is contained in:
parent
d872682846
commit
54e82a14a2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ script(type='text/ng-template', id='modals/invite-friends.html')
|
|||
|
||||
hr
|
||||
|
||||
p.alert.alert-info Invite friends by email. If they join via your email, they'll automatically be invited to your party.
|
||||
p.alert.alert-info Invite friends by email. If they join via your email, they'll automatically be invited to this group.
|
||||
|
||||
form.form-horizontal(ng-submit='inviteEmails()')
|
||||
table.table.table-striped
|
||||
|
|
|
|||
Loading…
Reference in a new issue