diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-07-18 20:52:02 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:43:08 -0500 |
commit | c6ede2d0eef48df6f9a70bb9c2036d688bda35af (patch) | |
tree | 764b0451d90aab9c73e91000ec397bee91bd35e9 /app | |
parent | 0565f76eaddc0f79315278f2396323ff33d502bb (diff) |
[Localization] Move Advanced Privacy string out of upstream en locale and into en-MP
Diffstat (limited to 'app')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 2 |
1 files changed, 1 insertions, 1 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') |