mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix typos "Login" > "Log in" and "Setup" > "Set up" (#135306)
This commit is contained in:
parent
c7a5c49a03
commit
ec5759d3b9
@ -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%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user