diff --git a/app/code/Magento/Paypal/Model/Info.php b/app/code/Magento/Paypal/Model/Info.php index 1761749d08ffb..ebf8760be0588 100644 --- a/app/code/Magento/Paypal/Model/Info.php +++ b/app/code/Magento/Paypal/Model/Info.php @@ -698,8 +698,8 @@ protected function _getAvsLabel($value) 'R' => __('N/A. Retry'), 'S' => __('N/A. Service not Supported'), 'U' => __('N/A. Unavailable'), - 'W' => __('Matched whole nine-didgit ZIP (no Address)'), - 'Y' => __('Yes. Matched Address and five-didgit ZIP'), + 'W' => __('Matched whole nine-digit ZIP (no Address)'), + 'Y' => __('Yes. Matched Address and five-digit ZIP'), // Maestro and Solo '0' => __('All the address information matched'), '1' => __('None of the address information matched'), diff --git a/app/code/Magento/Paypal/i18n/en_US.csv b/app/code/Magento/Paypal/i18n/en_US.csv index 5c3bf52d825b9..56ec49f4eb0d4 100644 --- a/app/code/Magento/Paypal/i18n/en_US.csv +++ b/app/code/Magento/Paypal/i18n/en_US.csv @@ -183,8 +183,8 @@ Dispute,Dispute "N/A. Retry","N/A. Retry" "N/A. Service not Supported","N/A. Service not Supported" "N/A. Unavailable","N/A. Unavailable" -"Matched whole nine-didgit ZIP (no Address)","Matched whole nine-didgit ZIP (no Address)" -"Yes. Matched Address and five-didgit ZIP","Yes. Matched Address and five-didgit ZIP" +"Matched whole nine-digit ZIP (no Address)","Matched whole nine-digit ZIP (no Address)" +"Yes. Matched Address and five-digit ZIP","Yes. Matched Address and five-digit ZIP" "All the address information matched","All the address information matched" "None of the address information matched","None of the address information matched" "Part of the address information matched","Part of the address information matched" @@ -679,4 +679,4 @@ User,User " "payflowpro","Payflow Pro" "Payments Pro","Payments Pro" -"Website Payments Pro","Website Payments Pro" \ No newline at end of file +"Website Payments Pro","Website Payments Pro"