diff --git a/apps/portal/src/components/offers/profile/ProfileDetails.tsx b/apps/portal/src/components/offers/profile/ProfileDetails.tsx index 3be4ae3c..f46cfa47 100644 --- a/apps/portal/src/components/offers/profile/ProfileDetails.tsx +++ b/apps/portal/src/components/offers/profile/ProfileDetails.tsx @@ -49,8 +49,8 @@ type ProfileBackgroundProps = Readonly<{ function ProfileBackground({ background }: ProfileBackgroundProps) { if (!background?.experiences?.length && !background?.educations?.length) { return ( -
-

No background information available.

+
+

Creator has not filled in background information.

); } @@ -120,7 +120,9 @@ function ProfileAnalysis({ return (
{!analysis ? ( -

No analysis available.

+
+

This profile has no analysis yet.

+
) : ( View Profile +
+ This person also received {numberOfOtherOffers} other offer(s). +
);