remove translation redundency

This commit is contained in:
Zack Arnett 2020-09-07 12:06:14 -05:00
parent 96d220468e
commit 2594fcbe33
2 changed files with 1 additions and 7 deletions

View File

@ -237,12 +237,7 @@ export class HaConfigServerControl extends LitElement {
>
${this.hass.localize(
`ui.panel.config.server_control.section.reloading.${domain}`
) ||
this.hass.localize(
"ui.panel.config.server_control.section.reloading.reload",
"domain",
domainToName(this.hass.localize, domain)
)}
) || domainToName(this.hass.localize, domain)}
</ha-call-service-button>
`
: ""

View File

@ -827,7 +827,6 @@
"reloading": {
"heading": "YAML configuration reloading",
"introduction": "Some parts of Home Assistant can reload without requiring a restart. Clicking a button below will unload their current YAML configuration and load the new one.",
"reload": "{domain}",
"core": "location & customizations",
"group": "groups, group entities, and notify services",
"automation": "automations",