Hello Jovan Radanovicj,
Hope you are well.
Please add the below code in your themes functions.php file in order to change the Clear text on your shop/catalog/archive/product page.
add_filter( 'woocommerce_reset_variations_link', function () {
echo '<li class="reset_variations woo_variation_swatches_archive_reset_variations"><a href="#">' . esc_html__( 'Change Your text here.', 'woocommerce' ) . '</a></li>';
} );
By the way, stay safe and take care of your family. Hopefully, Covid-19 outbreak will end up soon.
Thanks
How to change on product page “Clear” text in product variation swatches
Jovan Radanovic
How i can change this text on color variation swatches? Image bellow. Thank you.