From c6ede2d0eef48df6f9a70bb9c2036d688bda35af Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 18 Jul 2020 20:52:02 -0500 Subject: [Localization] Move Advanced Privacy string out of upstream en locale and into en-MP --- app/views/settings/profiles/show.html.haml | 2 +- config/locales/en-MP.yml | 2 ++ config/locales/en.yml | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 7ca54c146..d2f6dc9ba 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -33,7 +33,7 @@ .fields-group = f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable'), recommended: true - %h4= t 'preferences.profiles.advanced_privacy' + %h4= t 'settings.profiles.advanced_privacy' .fields-group = f.input :require_dereference, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.require_dereference_html') diff --git a/config/locales/en-MP.yml b/config/locales/en-MP.yml index db2771ad3..534552c73 100644 --- a/config/locales/en-MP.yml +++ b/config/locales/en-MP.yml @@ -110,6 +110,8 @@ en-MP: private: Non-public roar cannot be pinned settings: monsterfork: Monsterfork + profiles: + advanced_privacy: Advanced privacy user_mailer: warning: explanation: diff --git a/config/locales/en.yml b/config/locales/en.yml index b5c1a8113..40adfc21e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1014,8 +1014,6 @@ en: other: Other posting_defaults: Posting defaults public_timelines: Public timelines - profiles: - advanced_privacy: Advanced privacy reactions: errors: limit_reached: Limit of different reactions reached -- cgit