future events -> upcoming events
This commit is contained in:
@@ -94,7 +94,7 @@ class EdlpAjaxController extends ControllerBase {
|
|||||||
"#attributes"=>array(
|
"#attributes"=>array(
|
||||||
"class"=>['future-events']
|
"class"=>['future-events']
|
||||||
),
|
),
|
||||||
"#markup"=>"<h3>" . t("Future events") . "</h3>",
|
"#markup"=>"<h3>" . t("Upcoming events") . "</h3>",
|
||||||
"future_events"=>$future_list
|
"future_events"=>$future_list
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user