diff options
author | Starfall <us@starfall.systems> | 2020-08-12 23:31:09 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-13 14:28:18 -0500 |
commit | cb4ea892f4796997cbf04415482b18fa9bb8055e (patch) | |
tree | cbf391fea5f469ce15aea89aaea299226232c7f3 /app/views/settings/profiles | |
parent | 9819261a72506aab83ad38025280c09cdb63e9d2 (diff) |
Remove all traces of 'recommended' settings
Diffstat (limited to 'app/views/settings/profiles')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 6061e9cfd..fb7ce6780 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -31,7 +31,7 @@ - if Setting.profile_directory .fields-group - = f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable'), recommended: true + = f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable') %hr.spacer/ |