From b27171ba9235f53b784732566c6b8a2d20ca1556 Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Fri, 25 Oct 2024 12:01:40 +0200
Subject: [PATCH] Fix UI identifier scheme label

---
 .../subresource-panel/subresource-panel.component.ts            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smp-angular/src/app/edit/edit-resources/subresource-panel/subresource-panel.component.ts b/smp-angular/src/app/edit/edit-resources/subresource-panel/subresource-panel.component.ts
index 8d6a88ede..495f4974d 100644
--- a/smp-angular/src/app/edit/edit-resources/subresource-panel/subresource-panel.component.ts
+++ b/smp-angular/src/app/edit/edit-resources/subresource-panel/subresource-panel.component.ts
@@ -71,7 +71,7 @@ export class SubresourcePanelComponent implements AfterViewInit, BeforeLeaveGuar
     this.columns = [
       {
         columnDef: 'identifierScheme',
-        header: 'subresource.panel.label.identifier.value',
+        header: 'subresource.panel.label.identifier.scheme',
         cell: (row: SubresourceRo) => row.identifierScheme
       } as SmpTableColDef,
       {
-- 
GitLab