diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 16:11:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 16:11:58 +0200 |
commit | 3c45dfa0fe89a62a0320cf0e2d45bf86263f6cb5 (patch) | |
tree | 06cbb7bad52c5c8f81ea468baaee15fd1758505e /config | |
parent | a2afcac7d9d55860f62f2f27475cd5a059090505 (diff) |
Fix “discoverable” account setting being tied to profile directory (#16637)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 113aef2d3..bf864748c 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -35,7 +35,8 @@ en: current_password: For security purposes please enter the password of the current account current_username: To confirm, please enter the username of the current account digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence - discoverable: Allow your account to be discovered by strangers through recommendations and other features + discoverable: Allow your account to be discovered by strangers through recommendations, profile directory and other features + discoverable_no_directory: Allow your account to be discovered by strangers through recommendations and other features email: You will be sent a confirmation e-mail fields: You can have up to 4 items displayed as a table on your profile header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px |