From 198db9ea64bf88980128fae5ee13dbc3468394b7 Mon Sep 17 00:00:00 2001 From: Filip-L <67787091+Filip-L@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:14:59 +0100 Subject: [PATCH] Change Name to Data Owner Name (#179) --- src/components/cards/AppInfoCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/cards/AppInfoCard.tsx b/src/components/cards/AppInfoCard.tsx index a428177..4d69218 100644 --- a/src/components/cards/AppInfoCard.tsx +++ b/src/components/cards/AppInfoCard.tsx @@ -979,7 +979,7 @@ const AppInfoCard: React.FC = ({ {[ - ['Name', application.Client.Name], + ['Data Owner Name', application.Client.Name], ['Region', application.Client.Region], ['Industry', application.Client.Industry], ['Website', application.Client.Website], @@ -991,9 +991,9 @@ const AppInfoCard: React.FC = ({ return (
-

{label}

+

{label}

{label === 'Address' ? (