Plugin Directory

Changeset 3469867


Ignore:
Timestamp:
02/26/2026 04:51:58 AM (2 weeks ago)
Author:
repon.wp
Message:

city-zip-based-shipping-rate-for-woocommerce-1.0.0

Location:
city-zip-based-shipping-rate-for-woocommerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • city-zip-based-shipping-rate-for-woocommerce/tags/1.0.0/inc/class-admin.php

    r3469859 r3469867  
    176176                                        <?php echo esc_html_e('Add', 'city-zip-based-shipping-rate-for-woocommerce') ?>
    177177                                    </button>
    178                                     <div class="need-to-add-data-warning" v-if="need_to_add_cities"><?php esc_html_e('Please click the "+ Add" button to add cities to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
     178                                    <div class="need-to-add-data-warning" v-if="need_to_add_cities"><?php esc_html_e('Please click the "+ Add" button or press "Enter" to add cities to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    179179                                    <div class="form-help-note"><?php esc_html_e('Enter a city and press Enter. For multiple cities, separate each one with a comma.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    180180                                </div>
     
    199199                                    </button>
    200200
    201                                     <div class="need-to-add-data-warning" v-if="need_to_add_zips"><?php esc_html_e('Please click the "+ Add" button to add ZIPs to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
     201                                    <div class="need-to-add-data-warning" v-if="need_to_add_zips"><?php esc_html_e('Please click the "+ Add" button or press "Enter" to add ZIPs to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    202202                                    <div class="form-help-note"><?php esc_html_e('Enter a zip/postal code and press Enter. For multiple codes, separate each one with a comma.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    203203                                </div>
  • city-zip-based-shipping-rate-for-woocommerce/trunk/inc/class-admin.php

    r3469859 r3469867  
    176176                                        <?php echo esc_html_e('Add', 'city-zip-based-shipping-rate-for-woocommerce') ?>
    177177                                    </button>
    178                                     <div class="need-to-add-data-warning" v-if="need_to_add_cities"><?php esc_html_e('Please click the "+ Add" button to add cities to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
     178                                    <div class="need-to-add-data-warning" v-if="need_to_add_cities"><?php esc_html_e('Please click the "+ Add" button or press "Enter" to add cities to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    179179                                    <div class="form-help-note"><?php esc_html_e('Enter a city and press Enter. For multiple cities, separate each one with a comma.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    180180                                </div>
     
    199199                                    </button>
    200200
    201                                     <div class="need-to-add-data-warning" v-if="need_to_add_zips"><?php esc_html_e('Please click the "+ Add" button to add ZIPs to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
     201                                    <div class="need-to-add-data-warning" v-if="need_to_add_zips"><?php esc_html_e('Please click the "+ Add" button or press "Enter" to add ZIPs to the list above.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    202202                                    <div class="form-help-note"><?php esc_html_e('Enter a zip/postal code and press Enter. For multiple codes, separate each one with a comma.', 'city-zip-based-shipping-rate-for-woocommerce') ?></div>
    203203                                </div>
Note: See TracChangeset for help on using the changeset viewer.