diff --git a/src/component/HomePage/renew.vue b/src/component/HomePage/renew.vue
index df5f28de..ea7648a2 100644
--- a/src/component/HomePage/renew.vue
+++ b/src/component/HomePage/renew.vue
@@ -233,7 +233,7 @@
{{ $t('upgradePlan.Continue') }}
-
{{ item?.highlight }}
+ {{ productList.Statement }}
@@ -104,6 +105,7 @@ export default defineComponent({
Advantages: '我们的价格方案',
Monthly: '月度',
Yearly: '年度',
+ Statement: '*所有付费订阅服务均不可退款。',
monthly: [
{
title: '试用版',
@@ -248,6 +250,7 @@ export default defineComponent({
Advantages: 'Our Pricing Plan',
Monthly: 'Monthly',
Yearly: 'Yearly',
+ Statement: '*All paid subscription is non-refundable',
monthly: [
{
title: 'Trial',
@@ -617,6 +620,13 @@ export default defineComponent({
@media (max-width: 767px) {
margin-top: 2.4rem;
}
+ .statement{
+ width: 100%;
+ margin-top: 5rem;
+ font-size: 1.4rem;
+ text-align: center;
+ color: #8A8A8A;
+ }
.gallery_item {
width: 36.2rem;
height: 46.8rem;
diff --git a/src/component/mainPage/signUp/registerModel.vue b/src/component/mainPage/signUp/registerModel.vue
index 557afb9e..eea11373 100644
--- a/src/component/mainPage/signUp/registerModel.vue
+++ b/src/component/mainPage/signUp/registerModel.vue
@@ -226,7 +226,12 @@
@@ -386,7 +391,10 @@ export default defineComponent({
SentTo:'Sent to',
Resend:'Resend',
PleaseCheck:"Please check the junk box if you haven't received verification code",
- articles:'I agree to the Terms, Privacy Policy, and Fees.',
+ AgreeTo: 'I agree to the',
+ Terms: 'Terms',
+ PrivacyPolicy: 'Privacy Policy',
+ AndFees: 'and Fees.',
Register:'Register',
google:'Register with Google',
wechat:'Register with wechat',
@@ -407,7 +415,10 @@ export default defineComponent({
SentTo:'发送到',
Resend:'重新发送',
PleaseCheck:"如果没有收到验证码,请检查垃圾邮件",
- articles:'我同意相关条款、隐私政策以及费用规定。',
+ AgreeTo: '我同意',
+ Terms: '条款',
+ PrivacyPolicy: '隐私政策',
+ AndFees: '和费用',
Register:'注册',
google:'使用谷歌进行注册',
wechat:'使用微信进行注册',
diff --git a/src/lang/cn.ts b/src/lang/cn.ts
index 9795b4b1..0714e70c 100644
--- a/src/lang/cn.ts
+++ b/src/lang/cn.ts
@@ -156,11 +156,12 @@ export default {
Payment: '付款',
PurchasePoints: '购买',
paymentmethod: '请选择付款方式',
- policy: '继续注册账号即表示您同意我们的使用',
+ policy: '*继续注册账号即表示您同意我们的使用',
policy1: '条款',
policy2: '服务协议',
policy3: '(包括服务范围)及',
policy4: '订购协议',
+ statement: '所有付费订阅服务均不可退款。',
completed: '是否已完成支付?',
hint: '请保持窗口打开,直到付款完成。如果您无法打开付款窗口,请检查您的浏览器设置,看看弹出窗口是否被阻止。成功付款后,积分可能会延迟发放。请等待1-3分钟,点击积分刷新按钮',
Back: '返回'
diff --git a/src/lang/en.ts b/src/lang/en.ts
index 8cd19f8b..6b0e0621 100644
--- a/src/lang/en.ts
+++ b/src/lang/en.ts
@@ -158,11 +158,12 @@ export default {
Payment: 'Payment',
PurchasePoints: 'Purchase points',
paymentmethod: 'select a payment method',
- policy: 'By continuing an account, you agree to our',
+ policy: '*By continuing an account, you agree to our',
policy1: 'Terms',
policy2: 'Conditions',
policy3: ' (including the Scope of service) and the ',
policy4: 'Subscription Agreement',
+ statement: 'All paid subscription is non-refundable',
completed: 'Is payment completed',
hint: 'Please keep the window open until the payment is completed. If you are unable to open the payment window, please check your browser settings to see if pop-ups are being blocked.Points may be delayed after successful payment. Please wait 1-3 minutes and click the credits refresh button',
Back: 'Back'