mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
Replace "country" with common string in cookidoo
(#141670)
This commit is contained in:
parent
a150f9d5ad
commit
ea4ad681e4
@ -6,7 +6,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"email": "[%key:common::config_flow::data::email%]",
|
"email": "[%key:common::config_flow::data::email%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
"country": "Country"
|
"country": "[%key:common::config_flow::data::country%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"email": "Email used to access your {cookidoo} account.",
|
"email": "Email used to access your {cookidoo} account.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user