Skip to content

Commit 865e5a0

Browse files
committed
chore: Simplify label for purging WooCommerce option
1 parent 9d7798b commit 865e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/partials/nginx-helper-general-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<td>
10241024
<input type="checkbox" value="1" id="purge_woo_products" name="purge_woo_products" <?php checked( $nginx_helper_settings['purge_woo_products'] ?? 0, 1 ); ?> />
10251025
<label for="purge_woo_products">
1026-
<?php esc_html_e( 'Purge product cache on stock change or purchase or REST API update', 'nginx-helper' ); ?>
1026+
<?php esc_html_e( 'Purge product cache on product updates', 'nginx-helper' ); ?>
10271027
</label>
10281028
</td>
10291029
</tr>

0 commit comments

Comments
 (0)