From 04757cec927c2a2b0e590e5bbb66e8e58a66d86c Mon Sep 17 00:00:00 2001 From: pnzrr <93841792+pnzrr@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:40:33 -0700 Subject: [PATCH] fix button label (#119) --- src/pages/profile/signin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/profile/signin.tsx b/src/pages/profile/signin.tsx index 23b91bd..78ec69d 100644 --- a/src/pages/profile/signin.tsx +++ b/src/pages/profile/signin.tsx @@ -112,7 +112,7 @@ const SigninProfile = () => { } }} > - {t("remove")} + {t("update")} )}