Is a way to override "- any -" for each views exposed filter?
I try to setup this with better exposed filters, but it doesn't work.
Also I try add little JS, but it doesn't work to:
$("select#edit-field-country-tid-1-select-1 option:selected").text("All countries");
and
$("select#edit-field-country-tid-1-select-1 option[value="All"]").text("All countries");
Active
1.8
Miscellaneous