diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 34de7e8..d5c9db7 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -396,7 +396,7 @@ const en = { }, PreAccept:{ successInfo:'Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.', -step1:'Manuscript Payment', +step1:'Article Processing Charge', step2:'Article Proofreading', step3:'References', step:'step', diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 3a6e31e..dd34bdb 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -389,9 +389,9 @@ const zh = { }, PreAccept: { successInfo: 'Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.', - step1: 'Manuscript Payment', - step2: 'Article Proofreading', - step3: 'References', + step1: '文章处理费用', + step2: '文章校对', + step3: '参考', step: 'step', Information: 'Fill in information', diff --git a/src/components/page/Complete_profile.vue b/src/components/page/Complete_profile.vue index 2c41732..833546b 100644 --- a/src/components/page/Complete_profile.vue +++ b/src/components/page/Complete_profile.vue @@ -1,73 +1,26 @@