From fe589db0709a3a37729609cfce88bc64cb620c59 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 8 Oct 2017 20:53:35 +0200 Subject: [PATCH] Home page is SuiteDesk home page :) --- modules/storm/storm.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storm/storm.module b/modules/storm/storm.module index b1239dd..4291d90 100644 --- a/modules/storm/storm.module +++ b/modules/storm/storm.module @@ -1173,7 +1173,7 @@ function storm_storm_dashboard_types() { // URL: menu path which should be used, if omitted no menu item will be created 'url' => '', // title: Required. Title of menu item, page title and title for the storm settings - 'title' => t('Home page'), + 'title' => t('SuiteDesk'), // description: Required. Description for the fieldset in the storm settings 'description' => t('You can disable or reorder the links from the home page here.'), // theme: theme which should be used to display this dashboard. If omitted uses standard theme storm_dashboard