diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-12-18 09:18:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 09:18:31 +0100 |
commit | eb35be0431b2cdd2bbf3339beb9c5a0839e1088b (patch) | |
tree | 6e95bf9c68f7ce9b18c4a5ae404b484ef670655c /config | |
parent | 941ff04b03a8a3e3f03e95c108f0cfa621226fb1 (diff) |
Fix follow limit preventing re-following of a moved account (#14207)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e91f4344f..18a207f5e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -923,6 +923,8 @@ en: status: Verification status view_proof: View proof imports: + errors: + over_rows_processing_limit: contains more than %{count} rows modes: merge: Merge merge_long: Keep existing records and add new ones |