wrong translation string
This commit is contained in:
parent
6e09a8819d
commit
15ce789617
@ -27,7 +27,7 @@ export class MediafileFilterListService extends FilterListService<Mediafile, Vie
|
||||
options: [
|
||||
{
|
||||
condition: 'application/pdf',
|
||||
label: 'is PDF file'
|
||||
label: 'Is PDF file'
|
||||
},
|
||||
{
|
||||
condition: null,
|
||||
|
@ -10,7 +10,7 @@ export class MotionSortListService extends SortListService<ViewMotion> {
|
||||
sortProperty: 'callListWeight',
|
||||
sortAscending: true,
|
||||
options: [
|
||||
{ property: 'callListWeight', label: 'Call List' },
|
||||
{ property: 'callListWeight', label: 'Call list' },
|
||||
{ property: 'supporters' },
|
||||
{ property: 'identifier' },
|
||||
{ property: 'title' },
|
||||
|
Loading…
Reference in New Issue
Block a user