mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-28 01:26:14 +00:00
more translation markers
This commit is contained in:
@@ -9,7 +9,7 @@ export class DocumentTitlePipe implements PipeTransform {
|
||||
if (value) {
|
||||
return value
|
||||
} else {
|
||||
return "(no title)"
|
||||
return $localize`(no title)`
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user