mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-19 13:04:04 +01:00
Fix description of “Allow posts with Content Warnings to trend” setting
This commit is contained in:
parent
6f032076ed
commit
2287eebae0
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
= f.input :trendable_by_default, as: :boolean, wrapper: :with_label, label: t('admin.settings.trendable_by_default.title'), hint: t('admin.settings.trendable_by_default.desc_html')
|
||||
|
||||
.fields-group
|
||||
= f.input :trending_status_cw, as: :boolean, wrapper: :with_label, label: t('admin.settings.trending_status_cw.title'), hint: t('trending_status_cw.desc_html')
|
||||
= f.input :trending_status_cw, as: :boolean, wrapper: :with_label, label: t('admin.settings.trending_status_cw.title'), hint: t('admin.settings.trending_status_cw.desc_html')
|
||||
|
||||
.fields-group
|
||||
= f.input :noindex, as: :boolean, wrapper: :with_label, label: t('admin.settings.default_noindex.title'), hint: t('admin.settings.default_noindex.desc_html')
|
||||
|
|
Loading…
Reference in a new issue