rename column version --> latest version
This commit is contained in:
parent
2fb06c63d0
commit
18a6c7cc85
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<!-- Column Definition: Version -->
|
<!-- Column Definition: Version -->
|
||||||
<ng-container cdkColumnDef="version">
|
<ng-container cdkColumnDef="version">
|
||||||
<mat-header-cell *matHeaderCellDef mat-sort-header="version">{{'DMP-LISTING.COLUMNS.VERSION' | translate}}</mat-header-cell>
|
<mat-header-cell *matHeaderCellDef mat-sort-header="version">{{'DMP-LISTING.COLUMNS.LATEST_VERSION' | translate}}</mat-header-cell>
|
||||||
<mat-cell *matCellDef="let row"> {{row.version}}</mat-cell>
|
<mat-cell *matCellDef="let row"> {{row.version}}</mat-cell>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"PROFILE": "Profile",
|
"PROFILE": "Profile",
|
||||||
"CREATION-TIME": "Creation Time",
|
"CREATION-TIME": "Creation Time",
|
||||||
"ORGANISATIONS": "Organisations",
|
"ORGANISATIONS": "Organisations",
|
||||||
"VERSION": "Version",
|
"LATEST_VERSION": "Latest Version",
|
||||||
"ACTIONS": "Actions",
|
"ACTIONS": "Actions",
|
||||||
"DATASETS":"Datasets"
|
"DATASETS":"Datasets"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue