mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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": {
|
||||
"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": {
|
||||
@ -37,7 +37,7 @@
|
||||
"error": {
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"unknown_mfa": "Unknown error occurred during MFA set up"
|
||||
"unknown_mfa": "Unknown error occurred during MFA setup"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user