Replace "country" with common string in `cookidoo` (#141670)
parent
a150f9d5ad
commit
ea4ad681e4
|
@ -6,7 +6,7 @@
|
|||
"data": {
|
||||
"email": "[%key:common::config_flow::data::email%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"country": "Country"
|
||||
"country": "[%key:common::config_flow::data::country%]"
|
||||
},
|
||||
"data_description": {
|
||||
"email": "Email used to access your {cookidoo} account.",
|
||||
|
|
Loading…
Reference in New Issue