mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Sentence-case "TOTP secret" in opower
config flow (#141384)
… and replace the second occurrence with a reference.
This commit is contained in:
parent
e72231037e
commit
a2d9eb2a5b
@ -11,7 +11,7 @@
|
||||
"mfa": {
|
||||
"description": "The TOTP secret below is not one of the 6 digit time-based numeric codes. It is a string of around 16 characters containing the shared secret that enables your authenticator app to generate the correct time-based code at the appropriate time. See the documentation.",
|
||||
"data": {
|
||||
"totp_secret": "TOTP Secret"
|
||||
"totp_secret": "TOTP secret"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
@ -19,7 +19,7 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"totp_secret": "TOTP Secret"
|
||||
"totp_secret": "[%key:component::opower::config::step::mfa::data::totp_secret%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user