Skip to content

Commit

Permalink
update config flow verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Mar 18, 2023
1 parent fc41dc5 commit fe4a1e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/nws_alerts/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"config": {
"step": {
"user": {
"description": "Please select your NWS lookup method.",
"description": "Please select your NWS lookup method.\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).\nIf you don't know which is better for your situation, you should probably select the Zone ID version.",
"menu_options": {
"zone": "Zone ID (old method)",
"gps_loc": "GPS Location (new method)"
"zone": "Zone ID (more generalized location)",
"gps_loc": "GPS Location (precise location)"
}
},
"gps_loc": {
Expand All @@ -31,10 +31,10 @@
"options": {
"step": {
"user": {
"description": "Please select your NWS lookup method.",
"description": "Please select your NWS lookup method.\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).\nIf you don't know which is better for your situation, you should probably select the Zone ID version.",
"menu_options": {
"zone": "Zone ID (old method)",
"gps_loc": "GPS Location (new method)"
"zone": "Zone ID (more generalized location)",
"gps_loc": "GPS Location (precise location)"
}
},
"gps_loc": {
Expand Down

0 comments on commit fe4a1e7

Please sign in to comment.