future events -> upcoming events

This commit is contained in:
2018-10-23 18:37:23 +02:00
parent 321e84ffd1
commit 34405c3db8
@@ -94,7 +94,7 @@ class EdlpAjaxController extends ControllerBase {
"#attributes"=>array(
"class"=>['future-events']
),
"#markup"=>"<h3>" . t("Future events") . "</h3>",
"#markup"=>"<h3>" . t("Upcoming events") . "</h3>",
"future_events"=>$future_list
);
}