-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
en: | ||
invitations: | ||
new: | ||
title: "Add member" | ||
subtitle: "Invite someone to join your household" | ||
email_label: "Email" | ||
email_placeholder: "Enter their email address" | ||
role_label: "Role" | ||
role_member: "Member" | ||
role_admin: "Admin" | ||
submit: "Send Invitation" | ||
cancel: "Cancel" | ||
create: | ||
success: "Invitation sent successfully" | ||
failure: "Could not send invitation" | ||
accept: | ||
success: "Welcome! You've successfully joined the account" | ||
failure: "There was a problem accepting the invitation" | ||
failure: "Could not send invitation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
en: | ||
settings: | ||
profiles: | ||
invite_modal: | ||
title: "Invite Member" | ||
subtitle: "Invite someone to join your household" | ||
email_label: "Email" | ||
email_placeholder: "Enter their email address" | ||
role_label: "Role" | ||
role_member: "Member" | ||
role_admin: "Admin" | ||
submit: "Send Invitation" | ||
cancel: "Cancel" |