about summary refs log tree commit diff
path: root/app/views/admin/settings/discovery/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-11-12 10:54:51 +0100
committerGitHub <noreply@github.com>2022-11-12 10:54:51 +0100
commitd26c1cb2fe145b8d56a9c15e110a917e6f63068b (patch)
tree54a9a9056b81bcef4b15e524663368c55aba35a5 /app/views/admin/settings/discovery/show.html.haml
parente1af21cfd089d6238920471f8198f447eea05e01 (diff)
Fix missing "not recommended" label on "Allow trends without review" (#20480)
Diffstat (limited to 'app/views/admin/settings/discovery/show.html.haml')
-rw-r--r--app/views/admin/settings/discovery/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/settings/discovery/show.html.haml b/app/views/admin/settings/discovery/show.html.haml
index e63c853fb..b429cdd7b 100644
--- a/app/views/admin/settings/discovery/show.html.haml
+++ b/app/views/admin/settings/discovery/show.html.haml
@@ -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')