To rename text “Back to all events”, you can use this code to Website > Website Tools > Custom CSS
a.eventitem-backlink:after {
content: "Back to All Trainings";
font-size: 15px;
}
a.eventitem-backlink {
font-size: 0;
}
a.eventitem-backlink:before {
font-size: 15px;
}