From 41e2aa4afc1757eb3b8084ff48e15b7ebff53344 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 24 Dec 2024 16:51:29 +0100 Subject: [PATCH] Improve explanation of passive zones Currently the explanation for passive zones says that they "are not used as location for device trackers" which is misleading and does not fit the second sentence that says: "This is useful if you just want to use it for automations. This commit clarifies that by changing to "not shown as" and fixes the plural / singular mismatch between the two sentences. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 0b1477cba9c9..bfddaa6d73ab 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4491,7 +4491,7 @@ "latitude": "Latitude", "longitude": "Longitude", "passive": "Passive", - "passive_note": "Passive zones are hidden in the frontend and are not used as location for device trackers. This is useful if you just want to use it for automations.", + "passive_note": "Passive zones are hidden in the frontend and not shown as a location of people or device trackers. This is useful if you just want to use them for automations.", "required_error_msg": "This field is required", "delete": "Delete", "create": "Create",