Use a generic string as default description placeholder in workday config_flow (#127112)
This commit is contained in:
parent
927813ab3b
commit
c92169cb20
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue