Skip to content

Commit

Permalink
Wrong lowercase and adjacent space in dialog-media-manage.ts (#23372)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Dec 24, 2024
1 parent 152d2d0 commit fb72e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/components/media-player/dialog-media-manage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,9 @@ class DialogMediaManage extends LitElement {
href="/config/storage"
@click=${this.closeDialog}
>
${this.hass
.localize(
"ui.components.media-browser.file_management.tip_storage_panel"
)
.toLowerCase()}
${this.hass.localize(
"ui.components.media-browser.file_management.tip_storage_panel"
)}
</a>`,
}
)}
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
"delete": "Delete {count}",
"deleting": "Deleting {count}",
"tip_media_storage": "[%key:ui::panel::config::tips::media_storage%]",
"tip_storage_panel": "[%key:ui::panel::config::storage::caption%]"
"tip_storage_panel": "storage"
},
"class": {
"album": "Album",
Expand Down

0 comments on commit fb72e1f

Please sign in to comment.