forked from home-assistant/core
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:
@@ -3,7 +3,7 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"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%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"mfa": {
|
||||
"data": {
|
||||
"description": "Your account has 2-step verification enabled. Please enter the verification code Verisure sends to you.",
|
||||
"code": "Verification Code"
|
||||
"code": "Verification code"
|
||||
}
|
||||
},
|
||||
"installation": {
|
||||
|
Reference in New Issue
Block a user