diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 16:14:45 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 16:14:45 +0200 |
commit | 1aca5ef9bcfb7cd58aa7635bcb58d24dd28afedf (patch) | |
tree | bf6a4a1dcdb49267a77ae3c62381796474c062cf /app | |
parent | 65b003cab86b6837012f4562d3d9d0910f3e942e (diff) | |
parent | 3c45dfa0fe89a62a0320cf0e2d45bf86263f6cb5 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 6061e9cfd..21948b200 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -29,9 +29,8 @@ .fields-group = f.input :bot, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.bot') - - if Setting.profile_directory - .fields-group - = f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable'), recommended: true + .fields-group + = f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t(Setting.profile_directory ? 'simple_form.hints.defaults.discoverable' : 'simple_form.hints.defaults.discoverable_no_directory'), recommended: true %hr.spacer/ |