Merge pull request #4230 from MaximilianKrambach/translateSort

wrong translation string
This commit is contained in:
Emanuel Schütze 2019-01-31 18:32:08 +01:00 committed by GitHub
commit 13b6acf72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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' },