mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Fix missing "not recommended" label on "Allow trends without review" (#20480)
This commit is contained in:
parent
e1af21cfd0
commit
d26c1cb2fe
@ -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…
Reference in New Issue
Block a user