Skip to content

Commit

Permalink
fix button label (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnzrr authored Dec 12, 2023
1 parent bce6c92 commit 04757ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const SigninProfile = () => {
}
}}
>
{t("remove")}
{t("update")}
</Button>
)}
</>
Expand Down

0 comments on commit 04757ce

Please sign in to comment.