fix: 修改多语言文案

This commit is contained in:
JiaJun
2026-06-29 18:07:22 +08:00
parent c7479df395
commit e0859d2606
6 changed files with 6 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ function DesktopTopup() {
const channelCode = tier.payChannelCode ?? tier.channels[0]?.code ?? ''
if (!channelCode) {
notify.error(t('commonUi.toast.requestFailed'))
notify.error(t('commonUi.toast.configError'))
return
}

View File

@@ -44,7 +44,7 @@ function MobileTopup() {
const channelCode = tier.payChannelCode ?? tier.channels[0]?.code ?? ''
if (!channelCode) {
notify.error(t('commonUi.toast.requestFailed'))
notify.error(t('commonUi.toast.configError'))
return
}