Use common title for reauth confirm in Whirlpool config flow (#117924)

* Add missing placeholder

* Use common title for reauth
This commit is contained in:
mkmer 2024-05-22 10:45:54 -04:00 committed by GitHub
parent d1bdf73bc5
commit 5b1677ccb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ class WhirlpoolConfigFlow(ConfigFlow, domain=DOMAIN):
step_id="reauth_confirm",
data_schema=REAUTH_SCHEMA,
errors=errors,
description_placeholders={"name": "Whirlpool"},
)
async def async_step_user(self, user_input=None) -> ConfigFlowResult:

View File

@ -14,7 +14,7 @@
}
},
"reauth_confirm": {
"title": "Correct your Whirlpool account credentials",
"title": "[%key:common::config_flow::title::reauth%]",
"description": "For 'brand', please choose the brand of the mobile app you use, or the brand of the appliances in your account",
"data": {
"password": "[%key:common::config_flow::data::password%]",