diff options
author | Mélanie Chauvel (ariasuni) <perso@hack-libre.org> | 2020-03-08 16:08:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 16:08:38 +0100 |
commit | 62c4e4cc223b7a2aecc5383e0b23791447090067 (patch) | |
tree | f715c7b2814f35cbcd81aefdac8198b2c250adfe /config/locales | |
parent | 514cd874a7f2db1637c218a463754d900688c6d5 (diff) |
Change wording of media display preferences to be more intuitive (#13198)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 37d5a82f5..92d51916b 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -42,8 +42,8 @@ en: setting_aggregate_reblogs: Do not show new boosts for toots that have been recently boosted (only affects newly-received boosts) setting_default_sensitive: Sensitive media is hidden by default and can be revealed with a click setting_display_media_default: Hide media marked as sensitive - setting_display_media_hide_all: Always hide all media - setting_display_media_show_all: Always show media marked as sensitive + setting_display_media_hide_all: Always hide media + setting_display_media_show_all: Always show media setting_hide_network: Who you follow and who follows you will not be shown on your profile setting_noindex: Affects your public profile and status pages setting_show_application: The application you use to toot will be displayed in the detailed view of your toots |