Skip to content

Commit

Permalink
Merge pull request #160 from paynl/feature/updatetextbc
Browse files Browse the repository at this point in the history
Updated text
  • Loading branch information
woutse authored Aug 25, 2021
2 parents 2fddb33 + 4f1d8ac commit 4dbeb8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Model/Config/Source/showNonPrivate.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function toArray()
return [
'0' => __('Off'),
'1' => __('Optional for business customers'),
'2' => __('Required for business-customers'),
'2' => __('Required for business customers'),
];
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paynl/magento2-plugin",
"description": "PAY. Payment methods for Magento2",
"type": "magento2-module",
"version": "2.2.0",
"version": "2.3.0",
"require": {
"magento/module-sales": "^102.0.0 || ^103.0.0",
"magento/module-payment": "^100.3.0",
Expand Down
2 changes: 1 addition & 1 deletion i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"Yes, as optional","Yes, as optional"
"Yes, as required","Yes, as required"
"Optional for business customers","Optional for business customers"
"Required for business-customers","Required for business-customers"
"Required for business customers","Required for business customers"
"COC number","COC number"
"VAT-id","VAT-id"
"Date of birth","Date of birth"
Expand Down
2 changes: 1 addition & 1 deletion i18n/nl_NL.csv
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"Yes, as optional","Ja, als optioneel"
"Yes, as required","Ja, als verplicht"
"Optional for business customers","Optioneel voor zakelijke klanten"
"Required for business-customers","Verplicht voor zakelijke klanten"
"Required for business customers","Verplicht voor zakelijke klanten"
"COC number","KVK nummer"
"VAT-id","BTW nummer"
"Date of birth","Geboortedatum"
Expand Down

0 comments on commit 4dbeb8f

Please sign in to comment.