Skip to content

Commit

Permalink
refactor: changed cvc empty text
Browse files Browse the repository at this point in the history
  • Loading branch information
sakksham7 committed Nov 14, 2024
1 parent 979e84b commit 794a6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocaleStrings/ChineseLocale.res
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let localeStrings: LocaleStringTypes.localeStrings = {
payNowButton: `立即支付`,
cardNumberEmptyText: `卡号不能为空`,
cardExpiryDateEmptyText: `卡片到期日期不能为空`,
cvcNumberEmptyText: `CVC 号码不能为空`,
cvcNumberEmptyText: `安全码不能为空`,
enterFieldsText: `请输入所有字段`,
enterValidDetailsText: `请输入有效的详细信息`,
selectPaymentMethodText: `请选择付款方式然后重试`,
Expand Down

0 comments on commit 794a6c7

Please sign in to comment.