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 GitHub
parent 49c377b1c4
commit 7d1ca2acf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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