RED-2546: Rename order of importance to rank

This commit is contained in:
Adina Țeudan 2021-10-25 13:21:54 +03:00
parent 5a5aa05df5
commit b4c14f3f92
3 changed files with 3 additions and 3 deletions

View File

@ -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[] = [];

View File

@ -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": {

View File

@ -487,7 +487,7 @@
},
"table-col-names": {
"hint-redaction": "Hint/Redaction",
"order-of-importance": "Order Of Importance",
"rank": "Rank",
"type": "Type"
},
"table-header": {