Merge pull request #4230 from MaximilianKrambach/translateSort
wrong translation string
This commit is contained in:
commit
13b6acf72e
@ -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,
|
||||||
|
@ -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' },
|
||||||
|
Loading…
Reference in New Issue
Block a user