Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 2b3f2992 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Pull request #167: [EDELIVERY-140015] fix column label in dialog reference result table

Merge in EDELIVERY/smp from bugfix/EDELIVERY-14015-edit-document-select-reference-document-grid-value-is-wrong to development

* commit '560f08a5':
  [EDELIVERY-140015] fix column label in dialog reference result table
parents f829a1a3 560f08a5
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<!-- Weight Column -->
<ng-container matColumnDef="resourceScheme">
<th mat-header-cell
*matHeaderCellDef>{{ "reference.document.dialog.column.resource.value" | translate }}
*matHeaderCellDef>{{ "reference.document.dialog.column.resource.scheme" | translate }}
</th>
<td mat-cell *matCellDef="let row">{{ row.resourceScheme }}</td>
</ng-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment