RED-2546: Rename order of importance to rank
This commit is contained in:
parent
5a5aa05df5
commit
b4c14f3f92
@ -39,7 +39,7 @@ export class DictionaryListingScreenComponent extends ListingComponent<Dictionar
|
||||
readonly tableHeaderLabel = _('dictionary-listing.table-header.title');
|
||||
readonly tableColumnConfigs: TableColumnConfig<Dictionary>[] = [
|
||||
{ label: _('dictionary-listing.table-col-names.type'), sortByKey: 'searchKey', width: '2fr' },
|
||||
{ label: _('dictionary-listing.table-col-names.order-of-importance'), sortByKey: 'rank', class: 'flex-center' },
|
||||
{ label: _('dictionary-listing.table-col-names.rank'), sortByKey: 'rank', class: 'flex-center' },
|
||||
{ label: _('dictionary-listing.table-col-names.hint-redaction'), class: 'flex-center' },
|
||||
];
|
||||
chartData: DoughnutChartConfig[] = [];
|
||||
|
||||
@ -418,7 +418,7 @@
|
||||
},
|
||||
"table-col-names": {
|
||||
"hint-redaction": "Hinweis / Redaktion",
|
||||
"order-of-importance": "Reihenfolge der Wichtigkeit",
|
||||
"rank": "Reihenfolge der Wichtigkeit",
|
||||
"type": "Art"
|
||||
},
|
||||
"table-header": {
|
||||
|
||||
@ -487,7 +487,7 @@
|
||||
},
|
||||
"table-col-names": {
|
||||
"hint-redaction": "Hint/Redaction",
|
||||
"order-of-importance": "Order Of Importance",
|
||||
"rank": "Rank",
|
||||
"type": "Type"
|
||||
},
|
||||
"table-header": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user