reword toast

This commit is contained in:
Johannes
2023-10-04 14:23:09 +05:45
parent 3b24569e8e
commit b13dbc7fea
@@ -142,7 +142,7 @@ export default function SurveyMenuBar({
); );
if (haveSameChoices) { if (haveSameChoices) {
toast.error("You have 2 same choices. Please update or delete one."); toast.error("You have two identical choices.");
return false; return false;
} }
} }