diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 16:54:54 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 16:54:54 +0100 |
commit | d7dc84439c60069a0cb9eeca81dc61c297a8667b (patch) | |
tree | 167ee6db4fdc7008e2e517a0e983edb9721f4a7a /config/locales | |
parent | 8b94d283fb45f054ee5193b0cec8586461d636b1 (diff) |
Add ability to use remote follow function on other sites
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 760078862..f57c72026 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -26,6 +26,11 @@ en: resend_confirmation: Resend confirmation instructions reset_password: Reset password set_new_password: Set new password + authorize_follow: + error: Unfortunately, there was an error looking up the remote account + follow: Follow + prompt_html: 'You (<strong>%{self}</strong>) have requested to follow:' + title: Follow %{acct} datetime: distance_in_words: about_x_hours: "%{count}h" |