From 8902e265b4efea68cafef790ee0e2870f62985cd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Jun 2017 14:58:22 +0200 Subject: Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) * Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks --- config/locales/simple_form.en.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/locales/simple_form.en.yml') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 5d1ede968..3e769fb96 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -5,13 +5,13 @@ en: defaults: avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px display_name: - one: '1 character left' - other: '%{count} characters left' + one: 1 character left + other: %{count} characters left header: PNG, GIF or JPG. At most 2MB. Will be downscaled to 700x335px locked: Requires you to manually approve followers and defaults post privacy to followers-only note: - one: '1 character left' - other: '%{count} characters left' + one: 1 character left + other: %{count} characters left imports: data: CSV file exported from another Mastodon instance sessions: @@ -36,8 +36,8 @@ en: password: Password setting_auto_play_gif: Auto-play animated GIFs setting_boost_modal: Show confirmation dialog before boosting - setting_delete_modal: Show confirmation dialog before deleting a toot setting_default_privacy: Post privacy + setting_delete_modal: Show confirmation dialog before deleting a toot severity: Severity type: Import type username: Username -- cgit