From 686a1c8ddb222e35896e2e22ed5e0e9c8d56a0c8 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 12 Apr 2026 10:25:10 +1000 Subject: [PATCH] DOCS: setting string Signed-off-by: jokob-sk --- front/plugins/newdev_template/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/newdev_template/config.json b/front/plugins/newdev_template/config.json index 8eab7e97..364f937c 100755 --- a/front/plugins/newdev_template/config.json +++ b/front/plugins/newdev_template/config.json @@ -276,7 +276,7 @@ "description": [ { "language_code": "en_us", - "string": "List of IPs to ignore. Use % as a wildcard. Ignored devices will not be shown anywhere in the UI or notifications.

For example 192.168.3.% to filter out an IP range." + "string": "List of IPs to ignore. Use % as a wildcard. Ignored devices will not be shown anywhere in the UI or notifications.

For example 192.168.3.% to filter out an IP range. (% matches any sequence of characters (including none) and _ matches exactly one character." } ] },