Fix typos "Login" > "Log in" and "Setup" > "Set up" (#135306)

This commit is contained in:
Norbert Rittel 2025-01-13 14:16:25 +01:00 committed by GitHub
parent c7a5c49a03
commit ec5759d3b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Setup {cookidoo}",
"title": "Set up {cookidoo}",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]",
@ -15,7 +15,7 @@
}
},
"language": {
"title": "Setup {cookidoo}",
"title": "[%key:component::cookidoo::config::step::user::title%]",
"data": {
"language": "[%key:common::config_flow::data::language%]"
},
@ -24,7 +24,7 @@
}
},
"reauth_confirm": {
"title": "Login again to {cookidoo}",
"title": "Log in again to {cookidoo}",
"description": "Please log in to {cookidoo} again to continue using this integration.",
"data": {
"email": "[%key:common::config_flow::data::email%]",