From d40317d68659d597af2c012eaf8450aea3595fd8 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 4 Aug 2025 18:36:38 +0200 Subject: [PATCH] Change vendors to subcontractors Signed-off-by: Sacha Al Himdani --- .../src/components/trustCenter/PublicTrustCenterVendors.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/components/trustCenter/PublicTrustCenterVendors.tsx b/apps/console/src/components/trustCenter/PublicTrustCenterVendors.tsx index 201dee64f..710853815 100644 --- a/apps/console/src/components/trustCenter/PublicTrustCenterVendors.tsx +++ b/apps/console/src/components/trustCenter/PublicTrustCenterVendors.tsx @@ -47,10 +47,10 @@ export function PublicTrustCenterVendors({ vendors, organizationName }: Props) {

- {__("Vendors")} + {__("Subcontractors")}

- {sprintf(__("Third-party vendors and service providers %s work with"), organizationName)} + {sprintf(__("Third-party subcontractors %s work with"), organizationName)}