[ad_1]
Hi @cha123
Thank you for your interest in the Filter Everything plugin.
You can do it with template overriding for chips.php file, more about it you can read here – https://filtereverything.pro/resources/templates-overriding/
Here is a small example how you can do it.
if($chip['name'] === "Reset all") {
echo esc_html( "Reset Filter" );
} else {
echo esc_html( $chip['name']);
}Best Regards – Victor
