diff options
author | ThibG <thib@sitedethib.com> | 2020-02-24 21:19:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 21:19:19 +0100 |
commit | cf4fe6caefc45e18c82d619933a9b5f662503aa4 (patch) | |
tree | aa5eb68e40fe5d2838a606644fd44168b2bd00d2 /config | |
parent | d91946ae134f84889f26a08987cb75abeab62742 (diff) |
Fix misleading error when attempting to re-send a pending follow request (#13133)
Fixes #13131
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 027b73d9d..1d2580101 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -661,6 +661,7 @@ en: trouble_logging_in: Trouble logging in? authorize_follow: already_following: You are already following this account + already_requested: You have already sent a follow request to that account error: Unfortunately, there was an error looking up the remote account follow: Follow follow_request: 'You have sent a follow request to:' |