Skip to content
Snippets Groups Projects
Commit 58a2bc6f authored by Eduardo Sanz García's avatar Eduardo Sanz García
Browse files

Refactor description for the IP allow list field

Clarify description for the IP allow list input field.

EE: true

Changelog: changed
parent 75faae59
No related merge requests found
......@@ -8,8 +8,5 @@
.js-ip-restriction{ data: { hidden_input_id: hidden_input_id, label_id: label_id } }
= f.hidden_field :ip_restriction_ranges, id: hidden_input_id
.form-text.text-muted
- learn_more_link = link_to(_('Learn more'), help_page_path('user/group/index.md', anchor: 'restrict-group-access-by-ip-address'))
= _('Only users from the specified IP address ranges can reach this group, including all subgroups, projects, and Git repositories.')
%br
= _('Multiple IP address ranges are supported.')
= html_escape(_('%{learn_more_link}.')) % { learn_more_link: learn_more_link }
= _("Multiple IP address ranges are supported. Does not affect access to the group's settings.")
= link_to(_('What does the setting affect?'), help_page_path('user/group/index.md', anchor: 'restrict-group-access-by-ip-address'))
......@@ -766,9 +766,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr ""
 
msgid "%{learn_more_link}."
msgstr ""
msgid "%{lessThan} 1 hour"
msgstr ""
 
......@@ -25543,7 +25540,7 @@ msgstr ""
msgid "Multiple HTTP integrations are not supported for this project"
msgstr ""
 
msgid "Multiple IP address ranges are supported."
msgid "Multiple IP address ranges are supported. Does not affect access to the group's settings."
msgstr ""
 
msgid "Multiple Prometheus integrations are not supported"
......@@ -27236,9 +27233,6 @@ msgstr ""
msgid "Only use lowercase letters, numbers, and underscores."
msgstr ""
 
msgid "Only users from the specified IP address ranges can reach this group, including all subgroups, projects, and Git repositories."
msgstr ""
msgid "Only verified users with an email address in any of these domains can be added to the group. Multiple domains are supported."
msgstr ""
 
......@@ -43654,6 +43648,9 @@ msgstr ""
msgid "What are project audit events?"
msgstr ""
 
msgid "What does the setting affect?"
msgstr ""
msgid "What does this command do?"
msgstr ""
 
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