Remove space at end of link from HAOS storage tip (#23492)

This commit is contained in:
Timothy Kist 2024-12-29 18:36:24 +00:00 committed by Bram Kragten
parent 8e8fd89d56
commit c338e9cb30

View File

@ -212,8 +212,8 @@ class DialogMediaManage extends LitElement {
> >
${this.hass.localize( ${this.hass.localize(
"ui.components.media-browser.file_management.tip_storage_panel" "ui.components.media-browser.file_management.tip_storage_panel"
)} )}</a
</a>`, >`,
} }
)} )}
</ha-tip>` </ha-tip>`