fix: updating registration completion notification

This commit is contained in:
auraofdivinity 2024-09-21 16:00:59 +05:30
parent 4e65355591
commit 13856f6ef1
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export const Register = () => {
toast.error(t("message.internal_server_error"));
},
onSuccess: () => {
toast.success(t("message.success_save"));
toast.success(t("message.success_invitation_sent"));
router.push("/login");
},
});

View File

@ -41,7 +41,7 @@
"new_password": "To change the current password, enter the new password in both fields.",
"account_update_success": "Account has been updated successfully",
"account_disabled": "Your account has been either disabled or is pending confirmation.",
"success_invitation_sent": "Signup was successful. You will receive an email confirmation shortly.",
"success_invitation_sent": "Invitation to join has been successfully sent.",
"item_delete_confirm": "Are you sure you want to delete this item?",
"item_delete_success": "Item has been deleted successfully",
"success_save": "Changes has been saved!",