Add boost_modal setting hint

This commit is contained in:
KMY 2023-05-18 09:54:59 +09:00
parent 0f9d40ceef
commit 3c2840510d
2 changed files with 4 additions and 1 deletions

View file

@ -49,9 +49,11 @@
%h4= t 'appearance.confirmation_dialogs'
.fields-group
= ff.input :'web.reblog_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_boost_modal'), hint: I18n.t('simple_form.hints.defaults.setting_boost_modal')
.fields-group
= ff.input :'web.unfollow_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_unfollow_modal')
= ff.input :'web.reblog_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_boost_modal')
= ff.input :'web.delete_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_delete_modal')
%h4= t 'appearance.sensitive_content'