Rename tab in Elections Stats Dashboard
From UnionCloud Support
// Fix for changing 'halls' to 'schools' $(function(){
if($(".uc-election-dashboard").length > 0){
$(".hall a").text("Schools");
if($(".hall.active").length > 0){
$(".uc-top-turnouts-headings").text("Schools");
}
}
})