diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-04 17:36:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 17:36:11 +0200 |
commit | a46ab86adfc9e4ea182af9a555237f17071e194c (patch) | |
tree | ed5d073badf675fdc0661c54467cc52de85c90b2 /config/locales | |
parent | 186024a058d4b8765a10d87ff3d7f3bdcd2fbb3c (diff) |
Limit the number of people that can be followed from one account (#8807)
Configurable soft limit of 7,500, and above that, configurable ratio of 1.1 * followers, controlled by: - MAX_FOLLOWS_THRESHOLD - MAX_FOLLOWS_RATIO Fix #2311
Diffstat (limited to 'config/locales')
-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 f883b17a1..439c5627b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -917,6 +917,7 @@ en: tips: Tips title: Welcome aboard, %{name}! users: + follow_limit_reached: You cannot follow more than %{limit} people invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code otp_lost_help_html: If you lost access to both, you may get in touch with %{email} |