Fix Unfortunatly typo

This commit is contained in:
dinamiko 2021-04-15 14:52:26 +02:00
parent bf0d2b9b4e
commit e18f1ed449
3 changed files with 4 additions and 4 deletions

View file

@ -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'
),
),

View file

@ -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'
)
);

View file

@ -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'
);
?>