Skip to content

Commit

Permalink
Fixed the label verbiage, PFWMA-131
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Jun 7, 2020
1 parent 2c06f8a commit 0c14380
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@ public function angelleye_multi_account_list() {
<a href="<?php echo esc_url(admin_url('admin.php?page=wc-settings&tab=multi_account_management&section=add_edit_account')); ?>" class="page-title-action"><?php echo __('Add New', 'paypal-for-woocommerce-multi-account-management'); ?></a>
<?php
if($active_count !== false) {
?> <a class="page-title-action disable_all_vendor_rules"><?php echo __('Disable All Auto-generated Vendor rules', 'paypal-for-woocommerce-multi-account-management'); ?></a> <?php
?> <a class="page-title-action disable_all_vendor_rules"><?php echo __('Disable All Auto-generated Vendor Rules', 'paypal-for-woocommerce-multi-account-management'); ?></a> <?php
}
if($deactive_count !== false) {
?> <a class="page-title-action enable_all_vendor_rules"><?php echo __('Enable All Auto-generated Vendor rules', 'paypal-for-woocommerce-multi-account-management'); ?></a> <?php
?> <a class="page-title-action enable_all_vendor_rules"><?php echo __('Enable All Auto-generated Vendor Rules', 'paypal-for-woocommerce-multi-account-management'); ?></a> <?php
}
if (class_exists('Paypal_For_Woocommerce_Multi_Account_Management_List_Data')) {
$table = new Paypal_For_Woocommerce_Multi_Account_Management_List_Data();
Expand Down

0 comments on commit 0c14380

Please sign in to comment.