chore: i18n in toast
This commit is contained in:
@@ -33,7 +33,7 @@ const ManageMembers: FC<Props> = ({ cid }) => {
|
||||
|
||||
useEffect(() => {
|
||||
if (updateSuccess) {
|
||||
toast.success("Update Successfully");
|
||||
toast.success(ct("tip.update"));
|
||||
}
|
||||
}, [updateSuccess]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user