diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.js b/pandora_console/godmode/reporting/visual_console_builder.editor.js
index 393ac76fe0..bc573e1b92 100755
--- a/pandora_console/godmode/reporting/visual_console_builder.editor.js
+++ b/pandora_console/godmode/reporting/visual_console_builder.editor.js
@@ -3681,7 +3681,7 @@ function createItem(type, values, id_data) {
var diameter = values["diameter"] || values["width"] || 100;
item = $('
' +
- '

' +
+ '

' +
'
'
);
setColorCloud(id_visual_console, id_data, item);
diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php
index 72b32e26e4..4b835d65fc 100755
--- a/pandora_console/include/functions_visual_map_editor.php
+++ b/pandora_console/include/functions_visual_map_editor.php
@@ -612,7 +612,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
"";
// Color ranges
- $color_range_tip = __("TODO");
+ $color_range_tip = __("The color of the element will be the one selected in the first range created in which the value of the module is found (with the initial and final values of the range included)") . ".";
$form_items["color_cloud_color_ranges_row"] = array();
$form_items["color_cloud_color_ranges_row"]["items"] = array("color_cloud");
$form_items["color_cloud_color_ranges_row"]["html"] =