diff options
author | ThibG <thib@sitedethib.com> | 2020-12-18 09:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 09:57:54 +0100 |
commit | 1a028822442f10416f3782341307b4b759681b58 (patch) | |
tree | 3ea801191ede78feae5625034279dda706f288ba | |
parent | 75944a2f2dc83d1b12fa7cbddb18f673513fbb45 (diff) |
Reword invite text settings in admin views for consistency (#15358)
For consistency with #15265 Co-authored-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 18a207f5e..7ea4ea154 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -593,8 +593,8 @@ en: 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 + 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 registrations_mode: modes: approved: Approval required for sign up |