diff options
author | ThibG <thib@sitedethib.com> | 2020-12-14 10:03:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 10:03:09 +0100 |
commit | 47e507fa61be6dc39dd9821e1d07c33e993cc246 (patch) | |
tree | a628d53e554ba02a633615b5234698eebe902fab /config/locales | |
parent | a7e819b8a8de25414324e354baa62e9abbd3e8c4 (diff) |
Add ability to require invite request text (#15326)
Fixes #15273 Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index f89f50e4d..114f86fd1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -586,6 +586,9 @@ en: min_invite_role: disabled: No one title: Allow invitations by + require_invite_text: + desc_html: When registrations require manual approval, make the “Why do you want to join?” invite request text mandatory rather than optional + title: Require new users to fill an invite request text registrations_mode: modes: approved: Approval required for sign up |