Update Opower strings (#150247)

This commit is contained in:
tronikos
2025-08-07 23:40:28 -07:00
committed by GitHub
parent 52f0d04c38
commit a88eadf863

View File

@@ -10,7 +10,7 @@
} }
}, },
"credentials": { "credentials": {
"title": "Enter Credentials", "title": "Enter credentials",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
@@ -34,7 +34,7 @@
}, },
"mfa_code": { "mfa_code": {
"title": "Enter security code", "title": "Enter security code",
"description": "A security code has been sent via your selected method. Please enter it below to complete login.", "description": "Please enter the security code below to complete login.",
"data": { "data": {
"mfa_code": "Security code" "mfa_code": "Security code"
}, },