Commit a315b4a3 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'hchouraria-frontend-group-ip-restriction-ipv6' into 'master'

Show an IPv6 sample in placeholder text

See merge request gitlab-org/gitlab!80792
parents b50ade79 3f626453
......@@ -21,7 +21,7 @@ initAccessRestrictionField({
initAccessRestrictionField({
selector: '.js-ip-restriction',
props: { placeholder: __('192.168.0.0/24') },
props: { placeholder: __('192.168.0.0/24 or 2001:0DB8:1234::/48') },
qaSelector: 'ip_restriction_field',
customValidator: validateRestrictedIpAddress,
});
......
......@@ -1461,7 +1461,7 @@ msgstr ""
msgid "1000+"
msgstr ""
msgid "192.168.0.0/24"
msgid "192.168.0.0/24 or 2001:0DB8:1234::/48"
msgstr ""
msgid "1st contribution!"
......
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