15 lines
602 B
YAML
15 lines
602 B
YAML
|
en:
|
|||
|
invites:
|
|||
|
new:
|
|||
|
body: <p>Here you can add a person into the group <b>%{group}</b>, which is not member of the foodcoop yet.</p>
|
|||
|
action: 'send invite'
|
|||
|
back: 'or back'
|
|||
|
modal_form:
|
|||
|
title: 'invite person'
|
|||
|
body:
|
|||
|
<p>Here you can invite a person into a group <b>%{group}</b>, which is not member of the foodcoop yet.</p>
|
|||
|
<p>The person is after being added for the first time automatically member of this group.</p>
|
|||
|
|
|||
|
# used by controller
|
|||
|
success: 'user was invited successfully.'
|