Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Jul 6, 2021
1 parent 68270cc commit 685b0e6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -85,7 +85,7 @@ function loadFilteringCustomFieldsTable() {

<div class="form-group col-4">
<label class="control-label d-block"><?php echo _e("Allow pagination", true); ?></label>
<span class="help-block"><?php echo _e("Allow limitation of shop on page", true); ?></span>
<span class="help-block"><?php echo _e("Allow pagination of shop on page", true); ?></span>
<div class="custom-control custom-switch pl-0">
<label class="d-inline-block mr-5" for="disable_pagination"><?php _e('No'); ?></label>
<input class="mw_option_field custom-control-input" id="disable_pagination" type="checkbox"
Expand All @@ -108,7 +108,7 @@ function loadFilteringCustomFieldsTable() {

<div class="form-group col-4 js-filtering-allow-sort">
<label class="control-label d-block"><?php echo _e("Allow sorting", true); ?></label>
<span class="help-block"><?php echo _e("Allow limitation of shop on page", true); ?></span>
<span class="help-block"><?php echo _e("Allow sorting of shop on page", true); ?></span>
<div class="custom-control custom-switch pl-0">
<label class="d-inline-block mr-5" for="disable_sort"><?php _e('No'); ?></label>
<input class="mw_option_field custom-control-input" id="disable_sort" type="checkbox"
Expand Down

0 comments on commit 685b0e6

Please sign in to comment.