From 24b8937b113c7e90808d64ae81039bc6d2731dc9 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 11 Sep 2023 13:21:44 +0200 Subject: [PATCH] The hint is added to the module field. --- pandora_console/include/lib/Dashboard/Widgets/single_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php index 957159824c..0f3ccddff1 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php @@ -324,7 +324,7 @@ class SingleGraphWidget extends Widget // Autocomplete module. $inputs[] = [ - 'label' => __('Module'), + 'label' => __('Module').ui_print_help_tip(__('Warning, this requires to have data for a mid-term (days/weeks) of the source data, if not, projection will not be reliable.'), true), 'arguments' => [ 'type' => 'autocomplete_module', 'name' => 'moduleId',