From 6f8820d0a05396aa3631fc4cdf56c10ae6d08527 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 9 Apr 2024 12:23:48 +0200 Subject: [PATCH] Update whitelist validation in translation.json --- ui/public/i18n/en/translation.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/public/i18n/en/translation.json b/ui/public/i18n/en/translation.json index ed27f98..70c95da 100644 --- a/ui/public/i18n/en/translation.json +++ b/ui/public/i18n/en/translation.json @@ -54,7 +54,9 @@ "token_not_valid":"The token provided is not valid", "whitelists_tips": "No ban will occur for members of this list", "smarthost_is_disabled": "Email notifications are disabled", - "smarthosts_is_needed_to_send_notifications": "To receive mail notifications from Crowdsec, change the cluster's email settings" + "smarthosts_is_needed_to_send_notifications": "To receive mail notifications from Crowdsec, change the cluster's email settings", + "whitelists_pattern": "CIDR, IP or FQDN ({value}) is not valid", + "whitelists_format": "CIDR, IP or FQDN ({value}) is not valid" }, "unban":{ "title": "Banned IP",