Changes copy, grammar, typos in en.invites.yml
This commit is contained in:
parent
c0437c5145
commit
c958fe4aac
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
en:
|
en:
|
||||||
invites:
|
invites:
|
||||||
new:
|
new:
|
||||||
body: <p>Here you can add a person into the group <b>%{group}</b>, which is not member of the foodcoop yet.</p>
|
body: <p>Here you can add a person to the group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
||||||
action: 'Send invite'
|
action: 'Send invite'
|
||||||
back: 'or go back'
|
back: 'or go back'
|
||||||
modal_form:
|
modal_form:
|
||||||
title: 'Invite person'
|
title: 'Invite person'
|
||||||
body:
|
body:
|
||||||
<p>Here you can invite a person into a group <b>%{group}</b>, which is not member of the foodcoop yet.</p>
|
<p>Here you can invite a person to a group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
||||||
<p>The person is after being added for the first time automatically member of this group.</p>
|
<p>After being added for the first time, the person is automatically a member of this group.</p>
|
||||||
|
|
||||||
# used by controller
|
# used by controller
|
||||||
success: 'User was invited successfully.'
|
success: 'User was invited successfully.'
|
||||||
|
|
||||||
# used by model
|
# used by model
|
||||||
errors:
|
errors:
|
||||||
already_member: 'is already in use. Person is a member of this Foodcoop already.'
|
already_member: 'is already in use. Person is already a member of this Foodcoop.'
|
||||||
|
|
Loading…
Reference in a new issue