diff --git a/cope2n-fe/src/components/report-detail/report-table.tsx b/cope2n-fe/src/components/report-detail/report-table.tsx index 434bf4c..5abab84 100644 --- a/cope2n-fe/src/components/report-detail/report-table.tsx +++ b/cope2n-fe/src/components/report-detail/report-table.tsx @@ -148,7 +148,7 @@ const ReportTable: React.FC = () => { title: 'Actions', dataIndex: 'actions', key: 'actions', - width: 200, + width: 210, render: (_, record) => { return (
@@ -158,7 +158,7 @@ const ReportTable: React.FC = () => { }} style={{ marginRight: 10 }} > - Detail + Details + + {t`Report Details`} + } extra={