diff --git a/apps/web/src/components/projects/ProjectWizard.tsx b/apps/web/src/components/projects/ProjectWizard.tsx index 88e0c94..79aaaf7 100644 --- a/apps/web/src/components/projects/ProjectWizard.tsx +++ b/apps/web/src/components/projects/ProjectWizard.tsx @@ -730,7 +730,7 @@ function ReqSuggestions({ if (!req.requiredSkills.length) { return ( -

Add required skills in Step 3 to see suggestions.

+

No skills defined for this demand yet. Go back to Step 3 and add required skills — the AI will then suggest matching resources here.

); } diff --git a/apps/web/src/components/vacations/MyVacationsClient.tsx b/apps/web/src/components/vacations/MyVacationsClient.tsx index 88294ce..e2c5390 100644 --- a/apps/web/src/components/vacations/MyVacationsClient.tsx +++ b/apps/web/src/components/vacations/MyVacationsClient.tsx @@ -74,8 +74,17 @@ export function MyVacationsClient() { {!resourceId && ( -
- Your account is not linked to a resource. Please contact an administrator. +
+ + + +
+

Account not linked to a resource

+

+ Your user account has not been connected to a resource record yet. Vacation tracking requires this link.
+ Please ask an administrator to open your resource profile and link it to your account. +

+
)}