chore: i18n in toast
This commit is contained in:
@@ -47,7 +47,7 @@ const ProfileBasicEditModal: FC<Props> = ({
|
||||
useEffect(() => {
|
||||
if (isSuccess) {
|
||||
// todo
|
||||
toast.success("update user info successfully");
|
||||
toast.success(t("tip.update"));
|
||||
closeModal();
|
||||
}
|
||||
}, [isSuccess]);
|
||||
|
||||
Reference in New Issue
Block a user