Skip to content

Commit

Permalink
Fixes typo, ref #634
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Angell committed Apr 28, 2017
1 parent 1e4e623 commit 70e9d40
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion angelleye-includes/angelleye-utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ public static function angelleye_paypal_credit_card_rest_setting_fields() {
'softdescriptor' => array(
'title' => __('Credit Card Statement Name', 'paypal-for-woocommerce'),
'type' => 'text',
'description' => __('he value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'description' => __('The value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'default' => '',
'desc_tip' => true,
),
Expand Down
2 changes: 1 addition & 1 deletion classes/wc-gateway-braintree-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function init_form_fields() {
'softdescriptor' => array(
'title' => __('Credit Card Statement Name', 'paypal-for-woocommerce'),
'type' => 'text',
'description' => __('he value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'description' => __('The value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'default' => '',
'desc_tip' => true,
),
Expand Down
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-advanced-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ public function init_form_fields() {
'softdescriptor' => array(
'title' => __('Credit Card Statement Name', 'paypal-for-woocommerce'),
'type' => 'text',
'description' => __('If you provide a value in this field, the value display on the buyer\'s statement', 'paypal-for-woocommerce'),
'description' => __('The value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'default' => '',
'desc_tip' => true,
),
Expand Down
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-pro-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function init_form_fields() {
'softdescriptor' => array(
'title' => __('Credit Card Statement Name', 'paypal-for-woocommerce'),
'type' => 'text',
'description' => __('he value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'description' => __('The value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'default' => '',
'desc_tip' => true,
),
Expand Down
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-pro-payflow-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function init_form_fields() {
'softdescriptor' => array(
'title' => __('Credit Card Statement Name', 'paypal-for-woocommerce'),
'type' => 'text',
'description' => __('he value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'description' => __('The value entered here will be displayed on the buyer\'s credit card statement.', 'paypal-for-woocommerce'),
'default' => '',
'desc_tip' => true,
),
Expand Down

0 comments on commit 70e9d40

Please sign in to comment.