diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-06 10:16:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 10:16:47 +0200 |
commit | 93f340a4bf35082968118319448905b489b101a3 (patch) | |
tree | a5029b7ea58485c6816ff534c00e7cc75d6818f8 /config | |
parent | 62782babd08bc2385a604e275bf88af925d137c1 (diff) |
Remove setting that disables account deletes (#17683)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index b41e4f47b..505a2f9fc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -754,9 +754,6 @@ en: closed_message: desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags title: Closed registration message - deletion: - desc_html: Allow anyone to delete their account - title: Open account deletion require_invite_text: desc_html: When registrations require manual approval, make the “Why do you want to join?” text input mandatory rather than optional title: Require new users to enter a reason to join |