浏览代码

update payment message

CR023
Jason Chuang 8 小时前
父节点
当前提交
b57107cf99
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      src/pages/Payment/MultiPaymentWindow.js

+ 5
- 5
src/pages/Payment/MultiPaymentWindow.js 查看文件

@@ -408,11 +408,11 @@ const MultiPaymentWindow = (props) => {
</Grid>
: null}
</Grid>:
<Grid container direction="row" justifyContent="center" alignItems="center">
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "center"}}>
<FormattedMessage id="paymentMethodNotAvailable"/>
</FormLabel>
</Grid>
<Grid container direction="row" justifyContent="flex-start" alignItems="center">
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "left" }}>
<FormattedMessage id="paymentMethodNotAvailable"/>
</FormLabel>
</Grid>
}
</Grid>
<Grid item xs={12} md={12}>


正在加载...
取消
保存