ソースを参照

renamed last docks blocks

Bachir Soussi Chiadmi 5 年 前
コミット
7da2e45004

+ 1 - 1
sites/all/modules/figli/edlp_corpus/includes/edlp_corpus_lastdocs.inc

@@ -23,7 +23,7 @@ function template_preprocess_edlp_corpus_lastdocs(&$vars){
       "#attributes"=>array(
         "class"=>['lastdocs']
       ),
-      "#markup"=>"<h3>".t("Last Documents")."</h3>",
+      "#markup"=>"<h3>".t("Recently uploaded")."</h3>",
       "lastdocs"=>$lastdocs_list
     );
   }

+ 1 - 1
sites/all/modules/figli/edlp_home/includes/edlp_home.inc

@@ -100,7 +100,7 @@ function template_preprocess_edlp_home(&$vars){
     '#type'=>"container",
     'title'=>array(
       '#prefix'=> '<h3>',
-      '#title' => t("Last documents"),
+      '#title' => t("Recently uploaded"),
       '#suffix' => '</h3>',
       '#type' => 'link',
       '#url' => $lastdocs_url,