diff --git a/app/my/editUserProfile/editUserName/page.js b/app/my/editUserProfile/editUserName/page.js index 4cb27c6..d7ff277 100644 --- a/app/my/editUserProfile/editUserName/page.js +++ b/app/my/editUserProfile/editUserName/page.js @@ -32,7 +32,7 @@ export default function EditUserName() { } else if (utf8Length(name) > 10) { Toast.show({ icon: "fail", - content: "昵称不得超过10个字", + content: "昵称过长", position: "top", }); return; diff --git a/app/space/share/[user_id]/page.jsx b/app/space/share/[user_id]/page.jsx index 550eddf..5ac3c39 100644 --- a/app/space/share/[user_id]/page.jsx +++ b/app/space/share/[user_id]/page.jsx @@ -96,7 +96,10 @@ export default function Share() {