Changeset 3469867
- Timestamp:
- 02/26/2026 04:51:58 AM (2 weeks ago)
- Location:
- city-zip-based-shipping-rate-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.0.0/inc/class-admin.php (modified) (2 diffs)
-
trunk/inc/class-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
city-zip-based-shipping-rate-for-woocommerce/tags/1.0.0/inc/class-admin.php
r3469859 r3469867 176 176 <?php echo esc_html_e('Add', 'city-zip-based-shipping-rate-for-woocommerce') ?> 177 177 </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> 179 179 <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> 180 180 </div> … … 199 199 </button> 200 200 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> 202 202 <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> 203 203 </div> -
city-zip-based-shipping-rate-for-woocommerce/trunk/inc/class-admin.php
r3469859 r3469867 176 176 <?php echo esc_html_e('Add', 'city-zip-based-shipping-rate-for-woocommerce') ?> 177 177 </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> 179 179 <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> 180 180 </div> … … 199 199 </button> 200 200 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> 202 202 <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> 203 203 </div>
Note: See TracChangeset
for help on using the changeset viewer.