diff options
author | TheMainOne <50847364+TheEvilSkeleton@users.noreply.github.com> | 2020-05-12 15:38:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 21:38:24 +0200 |
commit | be1e2594fbfb4d5ebe7bc0d10d73af7d8ffbf03d (patch) | |
tree | 418bd4f46b51be82dd890c6039d21cf56ea8b4d0 /config | |
parent | 706972b4bab8c5a0a28f66ebf91716786f1e2690 (diff) |
Clarified "missing_also_known_as" (#13746)
Fixes the confusion mentioned in https://github.com/tootsuite/mastodon/issues/12216. Suggestion of this fix provided by https://github.com/tootsuite/mastodon/issues/12216#issuecomment-564918757.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cc34b9094..116db4498 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -906,7 +906,7 @@ en: cancelled_msg: Successfully cancelled the redirect. errors: already_moved: is the same account you have already moved to - missing_also_known_as: is not back-referencing this account + missing_also_known_as: is not an alias of this account move_to_self: cannot be current account not_found: could not be found on_cooldown: You are on cooldown |