diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-10-31 16:44:31 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-10-31 16:44:31 -0500 |
commit | 239e9239557d622b3638179a70cae9f8b4afb6f1 (patch) | |
tree | 375ee56afb9d5d361089b64d283d4f6fd0d60b97 /app/views/settings | |
parent | bc080cc4bb2a3103f32d1da2631024bb75233700 (diff) |
Add lowercase mode
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/preferences/appearance/show.html.haml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml index 13f9aa668..7658b8017 100644 --- a/app/views/settings/preferences/appearance/show.html.haml +++ b/app/views/settings/preferences/appearance/show.html.haml @@ -14,10 +14,8 @@ %h4= t 'appearance.advanced_web_interface' - %p.hint= t 'appearance.advanced_web_interface_hint' - .fields-group - = f.input :setting_advanced_layout, as: :boolean, wrapper: :with_label, hint: false + = f.input :setting_advanced_layout, as: :boolean, wrapper: :with_label, hint: t('appearance.advanced_web_interface_hint') %h4= t 'appearance.animations_and_accessibility' @@ -35,6 +33,7 @@ = f.input :setting_style_wide_media, as: :boolean, wrapper: :with_label = f.input :setting_style_dashed_nest, as: :boolean, wrapper: :with_label = f.input :setting_style_underline_a, as: :boolean, wrapper: :with_label + = f.input :setting_style_lowercase, as: :boolean, wrapper: :with_label %h4= t 'appearance.toot_layout' |