diff options
author | Starfall <us@starfall.systems> | 2020-08-24 13:48:36 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-25 13:38:15 -0500 |
commit | dc3a6bef97d212a27cc6019e8d3d6a18fd6da11c (patch) | |
tree | 538209707aa6b8b3b488c8e5d0f94731ef1665d9 | |
parent | 2c8396046c0372c17bdf31380822cb334f06bce9 (diff) |
Fix invites page
-rwxr-xr-x | config/locales/en-cafe.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en-cafe.yml b/config/locales/en-cafe.yml index c41527468..b91edcf1d 100755 --- a/config/locales/en-cafe.yml +++ b/config/locales/en-cafe.yml @@ -14,5 +14,5 @@ en-cafe: suspended_title: Suspended instances auth: description: - prefix_invited_by_user: "@%{name} invites you to join %{title}!" - prefix_sign_up: Sign up on %{intance} today! + prefix_invited_by_user: "@%{name} invites you to join Plural Café!" + prefix_sign_up: Sign up on Plural Café today! |