diff --git a/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx b/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx index 4a01b352..513d0de7 100644 --- a/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx +++ b/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx @@ -41,7 +41,7 @@ export default function OffersProfileSave({ { profileId, userId: session?.user?.id }, ]); showToast({ - title: `Saved to my dashboard!`, + title: `Saved to your dashboard!`, variant: 'success', }); },