Use a generic string as default description placeholder in workday config_flow (#127112)
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…
Reference in New Issue