Fix third party assessment header

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Sacha Al Himdani <SachaProbo@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-06-23 15:04:20 +00:00
parent a8e8e3e0e7
commit 002c91ba11
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ export default function ThirdPartiesPage(props: Props) {
<Thead>
<Tr>
<SortableTh field="NAME">{__("Third party")}</SortableTh>
<Th>{__("Accessed At")}</Th>
<Th>{__("Assessed At")}</Th>
<Th>{__("Data Risk")}</Th>
<Th>{__("Business Risk")}</Th>
{hasAnyAction && <Th></Th>}

View File

@@ -199,7 +199,7 @@ export default function ThirdPartyThirdPartiesPage({ queryRef }: Props) {
<Thead>
<Tr>
<SortableTh field="NAME">{__("Third party")}</SortableTh>
<Th>{__("Accessed At")}</Th>
<Th>{__("Assessed At")}</Th>
<Th>{__("Data Risk")}</Th>
<Th>{__("Business Risk")}</Th>
<Th />