mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: updating registration completion notification
This commit is contained in:
parent
4e65355591
commit
13856f6ef1
@ -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");
|
||||
},
|
||||
});
|
||||
|
@ -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!",
|
||||
|
Loading…
Reference in New Issue
Block a user