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

This commit is contained in:
Eugen Rochko 2022-11-12 10:54:51 +01:00 committed by GitHub
parent e1af21cfd0
commit d26c1cb2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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')