mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use a generic string as default description placeholder in workday config_flow (#127112)
This commit is contained in:
parent
927813ab3b
commit
c92169cb20
@ -305,7 +305,7 @@ class WorkdayConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
errors=errors,
|
||||
description_placeholders={
|
||||
"name": self.data[CONF_NAME],
|
||||
"country": self.data.get(CONF_COUNTRY, "(not set)"),
|
||||
"country": self.data.get(CONF_COUNTRY, "-"),
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user