chore: i18n in toast
This commit is contained in:
@@ -127,7 +127,7 @@ export default function MyAccount() {
|
||||
|
||||
useEffect(() => {
|
||||
if (uploadSuccess) {
|
||||
toast.success("update avatar successfully!");
|
||||
toast.success(ct("tip.update"));
|
||||
}
|
||||
}, [uploadSuccess]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user