Update strings for Whirlpool config flows (#142758)

This commit is contained in:
Abílio Costa 2025-04-11 19:21:53 +01:00 committed by GitHub
parent ffcc2254ce
commit 0fcac987df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,19 +13,23 @@
"brand": "Brand" "brand": "Brand"
}, },
"data_description": { "data_description": {
"brand": "Please choose the brand of the mobile app you use, or the brand of the appliances in your account" "username": "The username or email address you use to log in to the Whirlpool/Maytag app",
"password": "The password you use to log in to the Whirlpool/Maytag app",
"region": "The region where your appliances where purchased",
"brand": "The brand of the mobile app you use, or the brand of the appliances in your account"
} }
}, },
"reauth_confirm": { "reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]", "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": { "data": {
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"region": "Region", "region": "[%key:component::whirlpool::config::step::user::data::region%]",
"brand": "Brand" "brand": "[%key:component::whirlpool::config::step::user::data::brand%]"
}, },
"data_description": { "data_description": {
"brand": "Please choose the brand of the mobile app you use, or the brand of the appliances in your account" "password": "[%key:component::whirlpool::config::step::user::data_description::password%]",
"brand": "[%key:component::whirlpool::config::step::user::data_description::brand%]",
"region": "[%key:component::whirlpool::config::step::user::data_description::region%]"
} }
} }
}, },