Commit d285bb3d authored by peterhegman's avatar peterhegman

Update UI copy based on reviewer feedback

parent ef5b6882
...@@ -4,11 +4,13 @@ ...@@ -4,11 +4,13 @@
.form-group .form-group
%label{ id: label_id } %label{ id: label_id }
= _('Restrict membership by email') = _('Restrict membership by email domain')
.js-allowed-email-domains{ data: { hidden_input_id: hidden_input_id, label_id: label_id } } .js-allowed-email-domains{ data: { hidden_input_id: hidden_input_id, label_id: label_id } }
= f.hidden_field :allowed_email_domains_list, id: hidden_input_id = f.hidden_field :allowed_email_domains_list, id: hidden_input_id
.form-text.text-muted .form-text.text-muted
- read_more_link = link_to(_('Read more'), help_page_path('user/group/index', anchor: 'allowed-domain-restriction-premium')) - read_more_link = link_to(_('Read more'), help_page_path('user/group/index', anchor: 'allowed-domain-restriction-premium'))
= _('Only verified users with an email address in any of these domains can be added to the group.') = _('Only verified users with an email address in any of these domains can be added to the group.')
%br %br
= _('Multiple domains are supported.')
%br
= _('Some common domains are not allowed. %{read_more_link}.').html_safe % { read_more_link: read_more_link } = _('Some common domains are not allowed. %{read_more_link}.').html_safe % { read_more_link: read_more_link }
...@@ -14799,6 +14799,9 @@ msgstr "" ...@@ -14799,6 +14799,9 @@ msgstr ""
msgid "MrDeploymentActions|Stop environment" msgid "MrDeploymentActions|Stop environment"
msgstr "" msgstr ""
msgid "Multiple domains are supported."
msgstr ""
msgid "Multiple issue boards" msgid "Multiple issue boards"
msgstr "" msgstr ""
...@@ -19478,7 +19481,7 @@ msgstr "" ...@@ -19478,7 +19481,7 @@ msgstr ""
msgid "Restrict access by IP address" msgid "Restrict access by IP address"
msgstr "" msgstr ""
msgid "Restrict membership by email" msgid "Restrict membership by email domain"
msgstr "" msgstr ""
msgid "Restricts sign-ups for email addresses that match the given regex. See the %{supported_syntax_link_start}supported syntax%{supported_syntax_link_end} for more information." msgid "Restricts sign-ups for email addresses that match the given regex. See the %{supported_syntax_link_start}supported syntax%{supported_syntax_link_end} for more information."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment