mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix add-on toggles description translation keys (#8528)
This commit is contained in:
parent
bee17fce64
commit
07001f7b5c
@ -477,7 +477,7 @@ class HassioAddonInfo extends LitElement {
|
||||
</span>
|
||||
<span slot="description">
|
||||
${this.supervisor.localize(
|
||||
"addon.dashboard.option.boot.description"
|
||||
"addon.dashboard.option.watchdog.description"
|
||||
)}
|
||||
</span>
|
||||
<ha-switch
|
||||
@ -499,7 +499,7 @@ class HassioAddonInfo extends LitElement {
|
||||
</span>
|
||||
<span slot="description">
|
||||
${this.supervisor.localize(
|
||||
"addon.dashboard.option.boot.description"
|
||||
"addon.dashboard.option.auto_update.description"
|
||||
)}
|
||||
</span>
|
||||
<ha-switch
|
||||
|
Loading…
x
Reference in New Issue
Block a user