[offers][fix] fix pronoun for toast

pull/526/head
Zhang Ziqing 3 years ago
parent d21e4ff7b8
commit 093596ac74

@ -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',
});
},

Loading…
Cancel
Save