diff --git a/dashboard/src/components/BuyPrepaidCreditsForm.vue b/dashboard/src/components/BuyPrepaidCreditsForm.vue
index 878be7a..bc710cc 100644
--- a/dashboard/src/components/BuyPrepaidCreditsForm.vue
+++ b/dashboard/src/components/BuyPrepaidCreditsForm.vue
@@ -20,7 +20,7 @@
{{ $t('Payment Method') }}
-
- {{ $t('Pay with {method}, fast and convenient. Balance will be credited immediately after successful payment.', { method: paymentGateway === 'Alipay' ? $t('Alipay') : $t('WeChat Pay') }) }}
+ {{ $t('Pay with {method}, fast and convenient. Balance will be credited immediately after successful payment.', { method: paymentGateway === 'Alipay' ? $t('Alipay') : paymentGateway === 'WeChatPay' ? $t('WeChat Pay') : $t('Stripe') }) }}
+
+