Fix date component incorrect translation unit

This commit is contained in:
shamoon
2023-06-21 20:59:29 -07:00
parent 4a4e810a14
commit 9ccad7ea86
5 changed files with 18 additions and 17 deletions
@@ -145,7 +145,7 @@ export class SelectComponent extends AbstractInputComponent<number> {
this.filterDocuments.emit([this.items.find((i) => i.id === this.value)])
}
get filterTitle() {
get filterButtonTitle() {
return $localize`Filter documents with this ${this.title}`
}
}