mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-23 10:39:47 +00:00
Use new localize format (#18574)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
@@ -64,7 +64,7 @@ export class HaFileUpload extends LitElement {
|
||||
>${this.value
|
||||
? this.hass?.localize(
|
||||
"ui.components.file-upload.uploading_name",
|
||||
{ name: this.value }
|
||||
{ name: this.value.toString() }
|
||||
)
|
||||
: this.hass?.localize(
|
||||
"ui.components.file-upload.uploading"
|
||||
|
Reference in New Issue
Block a user