# HG changeset patch # User Marcin Kuzminski # Date 2019-05-14 09:01:05 # Node ID 6161c277f531f6e230c7b3192dbb2d9392533e26 # Parent 91540e53c46d62a8153aaa03d94ece1307f33219 users: updated instructions on IP rules entries. diff --git a/rhodecode/templates/admin/users/user_edit_ips.mako b/rhodecode/templates/admin/users/user_edit_ips.mako --- a/rhodecode/templates/admin/users/user_edit_ips.mako +++ b/rhodecode/templates/admin/users/user_edit_ips.mako @@ -61,9 +61,9 @@
${h.text('new_ip')} ${h.text('description', placeholder=_('Description...'))} - ${_('Enter comma separated list of ip addresses like 127.0.0.1,\n' - 'or use a ip address with a mask 127.0.0.1/24, to create a network range.\n' - 'To specify multiple address range use 127.0.0.1-127.0.0.10 syntax')} + ${_('Enter comma separated list of ip addresses like 10.0.0.1,10.0.0.2.\n' + 'Use a ip address with a mask 127.0.0.1/24, to create a network match pattern.\n' + 'To specify multiple entries on an address range use 127.0.0.1-127.0.0.10 syntax')}