Skip to content

Commit

Permalink
i18n fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Oct 31, 2024
1 parent dfc287f commit 23ee356
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
15 changes: 1 addition & 14 deletions config/locales/views/invitations/en.yml
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"
1 change: 0 additions & 1 deletion config/locales/views/registrations/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ en:
create: Continue
registrations:
create:
failure: Invalid input, please try again.
invalid_invite_code: Invalid invite code, please try again.
success: You have signed up successfully.
new:
Expand Down
14 changes: 14 additions & 0 deletions config/locales/views/settings/profiles/en.yml
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"

0 comments on commit 23ee356

Please sign in to comment.