mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 18:22:53 -05: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
|
= f.input :trends, as: :boolean, wrapper: :with_label
|
||||||
|
|
||||||
.fields-group
|
.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')
|
%h4= t('admin.settings.discovery.public_timelines')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user