wrong translation string

This commit is contained in:
Maximilian Krambach 2019-01-31 17:12:59 +01:00
parent 6e09a8819d
commit 15ce789617
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ export class MediafileFilterListService extends FilterListService<Mediafile, Vie
options: [ options: [
{ {
condition: 'application/pdf', condition: 'application/pdf',
label: 'is PDF file' label: 'Is PDF file'
}, },
{ {
condition: null, condition: null,

View File

@ -10,7 +10,7 @@ export class MotionSortListService extends SortListService<ViewMotion> {
sortProperty: 'callListWeight', sortProperty: 'callListWeight',
sortAscending: true, sortAscending: true,
options: [ options: [
{ property: 'callListWeight', label: 'Call List' }, { property: 'callListWeight', label: 'Call list' },
{ property: 'supporters' }, { property: 'supporters' },
{ property: 'identifier' }, { property: 'identifier' },
{ property: 'title' }, { property: 'title' },