Use new localize format (#18574)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Kendell R
2023-11-28 04:29:41 -08:00
committed by GitHub
parent 2087028c47
commit f4ee734ea3
105 changed files with 596 additions and 791 deletions

View File

@@ -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"