Browse Source

Fix missing "not recommended" label on "Allow trends without review" (#20480)

closed-social-glitch-2
Eugen Rochko 2 years ago
committed by GitHub
parent
commit
d26c1cb2fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admin/settings/discovery/show.html.haml

+ 1
- 1
app/views/admin/settings/discovery/show.html.haml View File

@ -19,7 +19,7 @@
= f.input :trends, as: :boolean, wrapper: :with_label
.fields-group
= f.input :trendable_by_default, as: :boolean, wrapper: :with_label
= f.input :trendable_by_default, as: :boolean, wrapper: :with_label, recommended: :not_recommended
%h4= t('admin.settings.discovery.public_timelines')

Loading…
Cancel
Save