mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Wrong lowercase and adjacent space in dialog-media-manage.ts (#23372)
This commit is contained in:
parent
152d2d0bdf
commit
fb72e1fb9c
@ -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>`,
|
||||
}
|
||||
)}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user