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 8d6a88ede2ef14874914d17f6f12695579b14559..495f4974d848ef99d6e1a5b7ad08890d7ba86fde 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, {