mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 14:37:47 +00:00
remove translation redundency
This commit is contained in:
parent
96d220468e
commit
2594fcbe33
@ -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>
|
||||
`
|
||||
: ""
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user