Skip to content

Commit

Permalink
Remove space at end of link from HAOS storage tip (#23492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisty authored and bramkragten committed Dec 30, 2024
1 parent 8e8fd89 commit c338e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/media-player/dialog-media-manage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ class DialogMediaManage extends LitElement {
>
${this.hass.localize(
"ui.components.media-browser.file_management.tip_storage_panel"
)}
</a>`,
)}</a
>`,
}
)}
</ha-tip>`
Expand Down

0 comments on commit c338e9c

Please sign in to comment.