about summary refs log tree commit diff
path: root/app/views/settings/preferences
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-09-20 17:10:14 -0500
committerFire Demon <firedemon@creature.cafe>2020-09-20 17:10:14 -0500
commit0c507269d39d5e73ad6c879a4fab5cfc25ffdbc5 (patch)
tree016a381e9660418426ed88d50385f714f068326b /app/views/settings/preferences
parent583fd2c1fd4323d0b9532fa0f9fe88669ced6ebc (diff)
[Privacy, UI] Remove badge added by mainline suggesting that users disclose their client app
Diffstat (limited to 'app/views/settings/preferences')
-rw-r--r--app/views/settings/preferences/privacy/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/preferences/privacy/show.html.haml b/app/views/settings/preferences/privacy/show.html.haml
index fa65c969e..5be1ce92d 100644
--- a/app/views/settings/preferences/privacy/show.html.haml
+++ b/app/views/settings/preferences/privacy/show.html.haml
@@ -13,7 +13,7 @@
     = f.input :setting_default_privacy, collection: Status.selectable_visibilities, wrapper: :with_label, include_blank: false, label_method: lambda { |visibility| safe_join([I18n.t("statuses.visibilities.#{visibility}"), I18n.t("statuses.visibilities.#{visibility}_long")], ' - ') }, required: false, hint: false
 
   .fields-group
-    = f.input :setting_show_application, as: :boolean, wrapper: :with_label, recommended: true
+    = f.input :setting_show_application, as: :boolean, wrapper: :with_label
 
   .fields-group
     = f.input :setting_noindex, as: :boolean, wrapper: :with_label