about summary refs log tree commit diff
path: root/config/locales-glitch/simple_form.en.yml
diff options
context:
space:
mode:
authorprplecake <me@prplecake.com>2022-10-21 05:01:37 -0500
committerGitHub <noreply@github.com>2022-10-21 12:01:37 +0200
commitb3030187a41b242697d640f14fb1f589201c55e0 (patch)
tree42c630557d588deb41a8eb623c9804b995bf4ffd /config/locales-glitch/simple_form.en.yml
parent1e772c984b4681f6c036209b45dfa94b38b6ce83 (diff)
Use DEFAULT_FIELDS_SIZE/MAX_PROFILE_FIELDS value in settings form hint (#1870)
Use `Account::DEFAULT_FIELDS_SIZE` in the hint, which would fallback to
4 if the environment variable isn't set.
Diffstat (limited to 'config/locales-glitch/simple_form.en.yml')
-rw-r--r--config/locales-glitch/simple_form.en.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales-glitch/simple_form.en.yml b/config/locales-glitch/simple_form.en.yml
index c9ef40996..fd1c64bbb 100644
--- a/config/locales-glitch/simple_form.en.yml
+++ b/config/locales-glitch/simple_form.en.yml
@@ -3,6 +3,7 @@ en:
   simple_form:
     hints:
       defaults:
+        fields: You can have up to %{count} items displayed as a table on your profile
         setting_default_content_type_html: When writing toots, assume they are written in raw HTML, unless specified otherwise
         setting_default_content_type_markdown: When writing toots, assume they are using Markdown for rich text formatting, unless specified otherwise
         setting_default_content_type_plain: When writing toots, assume they are plain text with no special formatting, unless specified otherwise (default Mastodon behavior)