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

pull/141676/head
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
1 changed files with 1 additions and 1 deletions

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