mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix spelling of "sign in" and "setup" in verisure
(#144214)
- use "sign in" for the verb - use "setup" for the noun - fix sentence-casing of "Verification code"
This commit is contained in:
parent
eca811d0d4
commit
2e7b60c3ca
@ -3,7 +3,7 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"description": "Sign-in with your Verisure My Pages account.",
|
"description": "Sign in with your Verisure My Pages account.",
|
||||||
"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%]"
|
||||||
}
|
}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"mfa": {
|
"mfa": {
|
||||||
"data": {
|
"data": {
|
||||||
"description": "Your account has 2-step verification enabled. Please enter the verification code Verisure sends to you.",
|
"description": "Your account has 2-step verification enabled. Please enter the verification code Verisure sends to you.",
|
||||||
"code": "Verification Code"
|
"code": "Verification code"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation": {
|
"installation": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user