about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-12-09 01:32:29 +0100
committerGitHub <noreply@github.com>2017-12-09 01:32:29 +0100
commit2f4c5f504fa5edc2a826afa9645371f529ae904d (patch)
tree4123afd91c72f58ef0262ef97ee5e2ff1e6f5f26 /config
parentf08e6e9ab54a72cc20b33b270789c245b5cfde39 (diff)
Limit users to 50 lists, remove pagination from lists API (#5933)
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 5b9d43b9f..14a88d6c8 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -458,6 +458,9 @@ en:
     title: Invite people
   landing_strip_html: "<strong>%{name}</strong> is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse."
   landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
+  lists:
+    errors:
+      limit: You have reached the maximum amount of lists
   media_attachments:
     validations:
       images_and_video: Cannot attach a video to a status that already contains images
@@ -591,7 +594,7 @@ en:
     open_in_web: Open in web
     over_character_limit: character limit of %{max} exceeded
     pin_errors:
-      limit: Too many toots pinned
+      limit: You have already pinned the maximum number of toots
       ownership: Someone else's toot cannot be pinned
       private: Non-public toot cannot be pinned
       reblog: A boost cannot be pinned