Sentence-case "TOTP secret" in opower config flow (#141384)

… and replace the second occurrence with a reference.
This commit is contained in:
Norbert Rittel 2025-03-25 16:17:57 +01:00 committed by GitHub
parent e72231037e
commit a2d9eb2a5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
}
},