Commit 3f626453 authored by Harsh Chouraria's avatar Harsh Chouraria Committed by Jose Ivan Vargas

Show an IPv6 sample in placeholder text

The restrict by IP feature for groups supports
IPv6 CIDRs but this is not clear from the UI

This change extends the placeholder text with
an IPv6 CIDR example

Related documentation MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80789

Changelog: other
EE: true
parent a8a61c9d
......@@ -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,
});
......
......@@ -1455,7 +1455,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