diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-04-18 18:32:14 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:22 -0500 |
commit | b8b525c54a728f8ff88a53c7ceccff726cf45f30 (patch) | |
tree | fe46a2fa43581feb4874698ade6c3d0d3748b1fd /config/locales | |
parent | 9753fd203e4d82c7d50f026406fb093d47306a38 (diff) |
Correct nomenclature changes that break strings.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 23fcd1a5b..72c9379c3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -508,7 +508,7 @@ en: admin_mailer: new_pending_account: body: The details of the new account are below. You can approve or reject this application. - subject: New account up for review on %{instance} (%{creaturename}) + subject: New account up for review on %{instance} (%{username}) new_report: body: "%{reporter} has reported %{target}" body_remote: Someone from %{domain} has reported %{target} @@ -809,7 +809,7 @@ en: remove_selected_domains: Remove all packmates from the selected domains remove_selected_followers: Remove selected packmates remove_selected_follows: Unfollow selected creatures - status: Account roar + status: Account status remote_follow: acct: Enter your creaturename@domain you want to act from missing_resource: Could not find the required redirect URL for your account |