change name label from functions_visual_map.php

Former-commit-id: c6bf206301662993be9f41f1d1259e1373060776
This commit is contained in:
marcos.alconada 2019-04-08 15:30:48 +02:00
parent 550eb3cd3e
commit 4d98db86e7
1 changed files with 1 additions and 1 deletions

View File

@ -4241,7 +4241,7 @@ function visual_map_create_internal_name_item($label=null, $type, $image, $agent
case 'static_graph':
case STATIC_GRAPH:
$text = __('Static graph').' - '.$image;
$text = __('Static Image').' - '.$image;
break;
case 'simple_value':