Fix typo in Flunearyou config flow (#42617)

This commit is contained in:
SNoof85
2020-10-30 12:21:00 +01:00
committed by GitHub
parent 62b5279d86
commit b3d7f940c5

View File

@@ -3,7 +3,7 @@
"step": {
"user": {
"title": "Configure Flu Near You",
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
"description": "Monitor user-based and CDC reports for a pair of coordinates.",
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
@@ -17,4 +17,4 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
}
}
}
}