diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/filters/show.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/settings/preferences/filters/show.html.haml b/app/views/settings/preferences/filters/show.html.haml index f91010724..20787d164 100644 --- a/app/views/settings/preferences/filters/show.html.haml +++ b/app/views/settings/preferences/filters/show.html.haml @@ -10,7 +10,6 @@ %h4= t 'preferences.filtering' .fields-group - = f.input :setting_filter_to_unknown, as: :boolean, wrapper: :with_label = f.input :setting_filter_from_unknown, as: :boolean, wrapper: :with_label %h4= t 'preferences.public_timelines' |