Browse Source

update label "Pay"

master
Jason Chuang 1 month ago
parent
commit
7aafbc4fd0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/Payment/index.js

+ 1
- 1
src/pages/Payment/index.js View File

@@ -493,7 +493,7 @@ const Index = () => {
onClick={() => paymentClick()}
sx={{ mt: 4, ...PAY_CONTAINED_BUTTON_SX }}
>
<FormattedMessage id="selectPaymentMethodBtn"/>
<FormattedMessage id="pay"/>
</Button>
<Button
component="span"


Loading…
Cancel
Save