From 5b1677ccb719cabffed98a4cd1776145bb609e63 Mon Sep 17 00:00:00 2001 From: mkmer Date: Wed, 22 May 2024 10:45:54 -0400 Subject: [PATCH] Use common title for reauth confirm in Whirlpool config flow (#117924) * Add missing placeholder * Use common title for reauth --- homeassistant/components/whirlpool/config_flow.py | 1 + homeassistant/components/whirlpool/strings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/whirlpool/config_flow.py b/homeassistant/components/whirlpool/config_flow.py index 13bfd121c63..7c39b1fbb29 100644 --- a/homeassistant/components/whirlpool/config_flow.py +++ b/homeassistant/components/whirlpool/config_flow.py @@ -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: diff --git a/homeassistant/components/whirlpool/strings.json b/homeassistant/components/whirlpool/strings.json index b1658947263..4b4673b771e 100644 --- a/homeassistant/components/whirlpool/strings.json +++ b/homeassistant/components/whirlpool/strings.json @@ -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%]",