Replace "country" with common string in cookidoo (#141670)

This commit is contained in:
Norbert Rittel 2025-03-28 19:29:31 +01:00 committed by GitHub
parent a150f9d5ad
commit ea4ad681e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.",