We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc91ac5 + bcdc829 commit 2959fe7Copy full SHA for 2959fe7
examples/lwc/force-app/main/default/lwc/cardPaymentMethod/constants.js
@@ -1,7 +1,7 @@
1
export const labels = {
2
InvalidName: 'Enter a valid name.',
3
InvalidCreditCardNumber: 'Enter a valid credit card number.',
4
- InvalidCvv: 'Enter a CVV...',
+ InvalidCvv: 'Enter a valid CVV.',
5
InvalidCardType: 'Select a card type.',
6
InvalidExpiryMonth: 'Select an expiration month.',
7
InvalidExpiryYear: 'Select an expiration year.',
0 commit comments