From d0d09eadb6d7068be3d8f31e0200831aaa3db3e3 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Tue, 21 Mar 2023 09:23:34 -0700 Subject: [PATCH] update verbiage --- custom_components/nws_alerts/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/nws_alerts/translations/en.json b/custom_components/nws_alerts/translations/en.json index 0d64f5f..7b01353 100644 --- a/custom_components/nws_alerts/translations/en.json +++ b/custom_components/nws_alerts/translations/en.json @@ -2,9 +2,9 @@ "config": { "step": { "user": { - "description": "Please select your NWS lookup method.\n\nFor a brief explanation of the advantages and disadvantages of each method please see [here](https://github.com/finity69x2/nws_alerts/blob/master/lookup_options.txt).\n\nIf you don't know which is better for your situation, you should probably select the Zone ID version.", + "description": "Please select your NWS lookup method.\n\nFor a brief explanation of the advantages and disadvantages of each method please see [here](https://github.com/finity69x2/nws_alerts/blob/master/lookup_options.txt).\n\nIf you don't know which is better for your situation, you should probably select the County/Zone ID version.", "menu_options": { - "zone": "Zone ID (more generalized location)", + "zone": "County/Zone ID (more generalized location)", "gps_loc": "GPS Location (precise location)" } }, @@ -31,9 +31,9 @@ "options": { "step": { "user": { - "description": "Please select your NWS lookup method.\n\nFor a brief explanation of the advantages and disadvantages of each method please see [here](https://github.com/finity69x2/nws_alerts/blob/master/lookup_options.txt).\n\nIf you don't know which is better for your situation, you should probably select the Zone ID version.", + "description": "Please select your NWS lookup method.\n\nFor a brief explanation of the advantages and disadvantages of each method please see [here](https://github.com/finity69x2/nws_alerts/blob/master/lookup_options.txt).\n\nIf you don't know which is better for your situation, you should probably select the County/Zone ID version.", "menu_options": { - "zone": "Zone ID (more generalized location)", + "zone": "County/Zone ID (more generalized location)", "gps_loc": "GPS Location (precise location)" } },