mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
fixes for invitations
This commit is contained in:
parent
3a1f4d7545
commit
1f95d7161a
3 changed files with 6 additions and 6 deletions
|
@ -363,10 +363,10 @@
|
|||
"inviteRemoveErrorDescription": "An error occurred while removing the invitation.",
|
||||
"inviteRemoved": "Invitation removed",
|
||||
"inviteRemovedDescription": "The invitation for {email} has been removed.",
|
||||
"inviteQuestionRemove": "Are you sure you want to remove the invitation{email, plural, ='' {}, other { for #}}?",
|
||||
"inviteQuestionRemove": "Are you sure you want to remove the invitation {email}?",
|
||||
"inviteMessageRemove": "Once removed, this invitation will no longer be valid. You can always re-invite the user later.",
|
||||
"inviteMessageConfirm": "To confirm, please type the email address of the invitation below.",
|
||||
"inviteQuestionRegenerate": "Are you sure you want to regenerate the invitation for{email, plural, ='' {}, other { for #}}? This will revoke the previous invitation.",
|
||||
"inviteQuestionRegenerate": "Are you sure you want to regenerate the invitation for {email}? This will revoke the previous invitation.",
|
||||
"inviteRemoveConfirm": "Confirm Remove Invitation",
|
||||
"inviteRegenerated": "Invitation Regenerated",
|
||||
"inviteSent": "A new invitation has been sent to {email}.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue