diff --git a/dashboard/src/components/BuyPrepaidCreditsPayPal.vue b/dashboard/src/components/BuyPrepaidCreditsPayPal.vue
new file mode 100644
index 0000000..e5e1f36
--- /dev/null
+++ b/dashboard/src/components/BuyPrepaidCreditsPayPal.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dashboard/src/components/billing/PrepaidCreditsForm.vue b/dashboard/src/components/billing/PrepaidCreditsForm.vue
index f287134..9d195f6 100644
--- a/dashboard/src/components/billing/PrepaidCreditsForm.vue
+++ b/dashboard/src/components/billing/PrepaidCreditsForm.vue
@@ -19,7 +19,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('PayPal') }) }}
+
+