mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update strings for Whirlpool config flows (#142758)
This commit is contained in:
parent
ffcc2254ce
commit
0fcac987df
@ -13,19 +13,23 @@
|
||||
"brand": "Brand"
|
||||
},
|
||||
"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": {
|
||||
"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%]",
|
||||
"region": "Region",
|
||||
"brand": "Brand"
|
||||
"region": "[%key:component::whirlpool::config::step::user::data::region%]",
|
||||
"brand": "[%key:component::whirlpool::config::step::user::data::brand%]"
|
||||
},
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user