From 01bec32fd6fa8ec1e34eb813d602b1f90002350f Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 26 Dec 2024 15:14:53 +0100 Subject: [PATCH] Improve explanation of passive zones (#23443) 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 53654884eb..9cb1081522 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4492,7 +4492,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",