From be1e2594fbfb4d5ebe7bc0d10d73af7d8ffbf03d Mon Sep 17 00:00:00 2001
From: TheMainOne <50847364+TheEvilSkeleton@users.noreply.github.com>
Date: Tue, 12 May 2020 15:38:24 -0400
Subject: [PATCH] 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.
---
 config/locales/en.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/locales/en.yml b/config/locales/en.yml
index cc34b9094f..116db44985 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
-- 
GitLab