a few copyedits on bulk user invites
This commit is contained in:
parent
719ec0801d
commit
aca592b99c
1 changed files with 4 additions and 4 deletions
|
@ -1304,13 +1304,13 @@ en:
|
||||||
```
|
```
|
||||||
|
|
||||||
bulk_invite_succeeded:
|
bulk_invite_succeeded:
|
||||||
subject_template: "Bulk Invite processed successfully!"
|
subject_template: "Bulk user invite processed successfully"
|
||||||
text_body_template: "The bulk invite has been processed, %{sent} invites sent."
|
text_body_template: "Your bulk user invite file was processed, %{sent} invites mailed."
|
||||||
|
|
||||||
bulk_invite_failed:
|
bulk_invite_failed:
|
||||||
subject_template: "Bulk Invite processed with some errors!"
|
subject_template: "Bulk user invite processed with errors"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
The bulk invite has been processed, %{sent} invites sent with %{failed} error(s).
|
Your bulk user invite file was processed, %{sent} invites mailed with %{failed} error(s).
|
||||||
|
|
||||||
Here's the log:
|
Here's the log:
|
||||||
|
|
||||||
|
|
Reference in a new issue