Skip to content

Commit 686a1c8

Browse files
committed
DOCS: setting string
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
1 parent cc507f2 commit 686a1c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/plugins/newdev_template/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"description": [
277277
{
278278
"language_code": "en_us",
279-
"string": "List of IPs to ignore. Use <code>%</code> as a wildcard. Ignored devices will not be shown anywhere in the UI or notifications. <br/><br/>For example <code>192.168.3.%</code> to filter out an IP range."
279+
"string": "List of IPs to ignore. Use <code>%</code> as a wildcard. Ignored devices will not be shown anywhere in the UI or notifications. <br/><br/>For example <code>192.168.3.%</code> to filter out an IP range. (<code>%</code> matches any sequence of characters (including none) and <code>_</code> matches exactly one character."
280280
}
281281
]
282282
},

0 commit comments

Comments
 (0)