From 6559860bf988bedf7af97130ef46841602695456 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 28 Jan 2025 10:44:49 +0100 Subject: [PATCH] fix(translation): update tooltip and error message for restricted objects to improve clarity --- src/i18n/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en/translation.json b/src/i18n/en/translation.json index ab5d0798..9458ff9c 100644 --- a/src/i18n/en/translation.json +++ b/src/i18n/en/translation.json @@ -1364,7 +1364,7 @@ "enter_restricted_addresses": "Enter restricted addresses", "restricted_addresses": "Restricted addresses", "restricted_object": "Restricted object", - "restricted_object_tooltip": "All objects supported, except host sets with IP ranges or with nested objects", + "restricted_object_tooltip": "All objects supported, except host sets containing IP ranges or nested objects", "no_object": "No object", "port_forwards_for_destination_name": "Port forwards for destination '{name}'" }, @@ -2278,7 +2278,7 @@ "domain_set_already_exists": "Domain set already exists", "delete_domain_set": "Delete domain set", "database_mwan3": "MultiWAN", - "range_not_compatible_with_port_forward": "IP range is not compatible with port forwards. This object is currently used by: {name}", + "range_not_compatible_with_port_forward": "IP range is not compatible with port forwards. This host set is currently used by: {name}", "objects_are_not_compatible_with_port_forward": "Objects are not compatible with port forwards. This host set is currently used by: {name}" }, "ips": {