diff --git a/packages/manager/apps/pci-workflow/src/components/execution-status.component.tsx b/packages/manager/apps/pci-workflow/src/components/execution-status.component.tsx index 6fc03e01e3ff..d965c574eafa 100644 --- a/packages/manager/apps/pci-workflow/src/components/execution-status.component.tsx +++ b/packages/manager/apps/pci-workflow/src/components/execution-status.component.tsx @@ -35,7 +35,9 @@ export default function ExecutionStatusComponent({ color={ODS_THEME_COLOR_INTENT.text} className="block" > - {t(`pci_workflow_execution_status_${status}`)} + + {t(`pci_workflow_execution_status_${status}`)} + );