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 Dec 29, 2024
1 parent 49c377b commit 7d1ca2a
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 @@ -214,8 +214,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 7d1ca2a

Please sign in to comment.