From 002c91ba11bd5cc387b28bdeb1659232fbf36d5c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 23 Jun 2026 15:04:20 +0000 Subject: [PATCH] Fix third party assessment header Signed-off-by: Cursor Agent Co-authored-by: Sacha Al Himdani --- .../src/pages/organizations/third-parties/ThirdPartiesPage.tsx | 2 +- .../third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx b/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx index 699065f49..2334eae9b 100644 --- a/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx +++ b/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx @@ -139,7 +139,7 @@ export default function ThirdPartiesPage(props: Props) { {__("Third party")} - {__("Accessed At")} + {__("Assessed At")} {__("Data Risk")} {__("Business Risk")} {hasAnyAction && } diff --git a/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx b/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx index 75e11727d..408b12686 100644 --- a/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx +++ b/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx @@ -199,7 +199,7 @@ export default function ThirdPartyThirdPartiesPage({ queryRef }: Props) { {__("Third party")} - {__("Accessed At")} + {__("Assessed At")} {__("Data Risk")} {__("Business Risk")}