diff --git a/app/profiles/[id]/page.tsx b/app/profiles/[id]/page.tsx
index bb5bfc8e..9759eee0 100644
--- a/app/profiles/[id]/page.tsx
+++ b/app/profiles/[id]/page.tsx
@@ -79,13 +79,13 @@ export default function Post() {
{user?.profile?.desiredConnections && (
<
- h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">Connection
+ h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">Desired Connections
{user?.profile?.desiredConnections.map((value, idx) => (
-
{value?.connection?.name}