Skip to content

Commit

Permalink
MAGETWO-66738: Typo fix #7221
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann authored Mar 30, 2017
2 parents d7e75ef + 8a02636 commit 93e79db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Paypal/Model/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Paypal/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -679,4 +679,4 @@ User,User
"
"payflowpro","Payflow Pro"
"Payments Pro","Payments Pro"
"Website Payments Pro","Website Payments Pro"
"Website Payments Pro","Website Payments Pro"

0 comments on commit 93e79db

Please sign in to comment.