From 6a0010588cf4d5ab9d309315144def508b9b39d0 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 14 Jun 2021 09:53:01 +0530 Subject: Update title of hackathon testimonials section --- scilab_testimonials.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab_testimonials.module b/scilab_testimonials.module index 5ddd5cd..0b516d5 100755 --- a/scilab_testimonials.module +++ b/scilab_testimonials.module @@ -23,7 +23,7 @@ function scilab_testimonials_menu() "weight" => 1, ); $items["testimonials/hackathon"] = array( - "title" => "Hackathon", + "title" => "Scilab Toolbox Hackathon", "page callback" => "scilab_testimonials_display_hackathon", "access arguments" => array("view testimonials"), "type" => MENU_CALLBACK, -- cgit