mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Rename comments --> notes
This commit is contained in:
parent
89c639f850
commit
bf8ae22f3f
45 changed files with 540 additions and 528 deletions
|
|
@ -22,6 +22,7 @@ export const DOCUMENT_SORT_FIELDS = [
|
|||
{ field: 'created', name: $localize`Created` },
|
||||
{ field: 'added', name: $localize`Added` },
|
||||
{ field: 'modified', name: $localize`Modified` },
|
||||
{ field: 'num_notes', name: $localize`Notes` },
|
||||
]
|
||||
|
||||
export const DOCUMENT_SORT_FIELDS_FULLTEXT = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue