Skip to content

Commit

Permalink
fix(i18n): fix register failed tip (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
syt-honey committed Aug 7, 2023
1 parent 102cf4c commit c65eb3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const RegisterModal: React.FC<RegisterProps> = ({
) {
await new Promise(resolve => setTimeout(resolve, 60000));
} else {
message.info(t("reset-failed"));
message.info(t("register-failed"));
}

setClickedRegister(false);
Expand Down

0 comments on commit c65eb3f

Please sign in to comment.