mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use common title for reauth confirm in Whirlpool config flow (#117924)
* Add missing placeholder * Use common title for reauth
This commit is contained in:
parent
d1bdf73bc5
commit
5b1677ccb7
@ -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:
|
||||
|
@ -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%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user