We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c815d19 commit 28b56aeCopy full SHA for 28b56ae
www/cart/order.js
@@ -271,7 +271,7 @@ function setOrderState( order ) {
271
document.querySelector( '.order-info-no' ).innerHTML = order_no;
272
document.querySelector( '.order-info-state' ).innerHTML = state === null ? ''
273
: state === 'FIN' ? '注册码已经被激活'
274
- : state === 'NEW' ? '正在处理'
+ : state === 'NEW' ? '等待支付'
275
: state === 'PAD' ? '注册文件已经发送'
276
: state === 'UNF' ? '已经取消'
277
: state;
0 commit comments