@nhweb
Done. Update module to 1.8.1
Then, in your custom.css, append these lines.
/* css/custom.css */
#CX3_POPOVER .criteriaItem.period .name::before {
content: "PERIOD";
}
#CX3_POPOVER .criteriaItem.location .name::before {
content: "LOCATION";
}
#CX3_POPOVER .criteriaItem.description .name::before {
content: "DESCRIPTION";
}
#CX3_POPOVER .criteriaItem.calendar .name::before {
content: "CALENDAR";
}
Modify as your wish.