Skip to content

Commit

Permalink
Adjusts setting label, ref #491
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Angell committed Aug 17, 2016
1 parent a2c5098 commit 6e2da08
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -737,7 +737,7 @@ public function init_form_fields() {
'description' => sprintf(__('Disable this option if your theme is not compatible with Mobile. Otherwise You would get Silent Post Error in Layout C.', 'paypal-for-woocommerce'), 'https://developer.paypal.com/'),
),
'card_icon' => array(
'title' => __('Card Icon', 'paypal-for-woocommerce'),
'title' => __('Credit Card Logo Graphic', 'paypal-for-woocommerce'),
'type' => 'text',
'default' => WP_PLUGIN_URL . "/" . plugin_basename(dirname(dirname(__FILE__))) . '/assets/images/cards.png'
),
Expand Down

0 comments on commit 6e2da08

Please sign in to comment.