Skip to content

Commit

Permalink
chore: fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Jan 31, 2025
1 parent 93fdb60 commit 0df6d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/default/src/pages/TopUp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const TopUp = () => {

const topUp = async () => {
if (redemptionCode === '') {
showInfo('请输入充值码!');
showInfo('请输入兑换码!');
return;
}
setIsSubmitting(true);
Expand Down

0 comments on commit 0df6d7a

Please sign in to comment.