mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix Unfortunatly
typo
This commit is contained in:
parent
bf0d2b9b4e
commit
e18f1ed449
3 changed files with 4 additions and 4 deletions
|
@ -685,11 +685,11 @@ class SmartButton implements SmartButtonInterface {
|
|||
'cvv' => '',
|
||||
'mm_yyyy' => __( 'MM/YYYY', 'woocommerce-paypal-payments' ),
|
||||
'fields_not_valid' => __(
|
||||
'Unfortunatly, your credit card details are not valid.',
|
||||
'Unfortunately, your credit card details are not valid.',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
'card_not_supported' => __(
|
||||
'Unfortunatly, we do not support your credit card.',
|
||||
'Unfortunately, we do not support your credit card.',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
),
|
||||
|
|
|
@ -161,7 +161,7 @@ class ApproveOrderEndpoint implements EndpointInterface {
|
|||
if ( ThreeDSecure::REJECT === $proceed ) {
|
||||
throw new RuntimeException(
|
||||
__(
|
||||
'Unfortunatly, we can\'t accept your card. Please choose a different payment method.',
|
||||
'Unfortunately, we can\'t accept your card. Please choose a different payment method.',
|
||||
'woocommerce-paypal-payments'
|
||||
)
|
||||
);
|
||||
|
|
|
@ -544,7 +544,7 @@ class SettingsRenderer {
|
|||
<p>
|
||||
<?php
|
||||
esc_html_e(
|
||||
'Unfortunatly, the card processing option is not yet available in your country.',
|
||||
'Unfortunately, the card processing option is not yet available in your country.',
|
||||
'woocommerce-paypal-payments'
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue