diff --git a/web/modules/custom/edlp_home/includes/edlp_home.inc b/web/modules/custom/edlp_home/includes/edlp_home.inc index 80d814408..01e2c6864 100644 --- a/web/modules/custom/edlp_home/includes/edlp_home.inc +++ b/web/modules/custom/edlp_home/includes/edlp_home.inc @@ -180,7 +180,7 @@ function template_preprocess_edlp_home(&$vars){ '#type'=>"container", 'title'=>array( '#prefix'=> '

', - '#title' => t("Production"), + '#title' => t("Productions"), '#suffix' => '

', '#type' => 'link', '#url' => $vars['production_link']['url'],