Skip to content

Commit 9129665

Browse files
authored
Fix strings in Google Air Quality (home-assistant#157862)
1 parent f4e11da commit 9129665

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

homeassistant/components/google_air_quality/strings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@
5959
"user": "Add location"
6060
},
6161
"step": {
62-
"user": {
62+
"location": {
6363
"data": {
64-
"location": "[%key:common::config_flow::data::location%]"
64+
"location": "[%key:common::config_flow::data::location%]",
65+
"name": "[%key:common::config_flow::data::name%]"
66+
},
67+
"data_description": {
68+
"location": "[%key:component::google_air_quality::config::step::user::data_description::location%]",
69+
"name": "[%key:component::google_air_quality::config::step::user::data_description::name%]"
6570
},
6671
"description": "Select the coordinates for which you want to create an entry.",
6772
"title": "Air quality data location"

0 commit comments

Comments
 (0)