diff --git a/app/views/settings/preferences/other/show.html.haml b/app/views/settings/preferences/other/show.html.haml index c6c267c8c7..c2fe16c16f 100644 --- a/app/views/settings/preferences/other/show.html.haml +++ b/app/views/settings/preferences/other/show.html.haml @@ -42,9 +42,6 @@ .fields-group = ff.input :public_post_to_unlisted, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_public_post_to_unlisted'), hint: I18n.t('simple_form.hints.defaults.setting_public_post_to_unlisted') - .fields-group - = ff.input :unsafe_limited_distribution, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_unsafe_limited_distribution'), hint: I18n.t('simple_form.hints.defaults.setting_unsafe_limited_distribution') - .fields-group = ff.input :default_sensitive, wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_default_sensitive'), hint: I18n.t('simple_form.hints.defaults.setting_default_sensitive')