mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-30 17:24:22 +00:00
Fix date component incorrect translation unit
This commit is contained in:
@@ -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}`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user