From 1f5e08a9feb9facb658f9bf59bb61dbe52b23e24 Mon Sep 17 00:00:00 2001 From: marcos Date: Wed, 5 May 2021 09:23:47 +0200 Subject: [PATCH] fixed wrong string --- pandora_console/operation/agentes/pandora_networkmap.editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/pandora_networkmap.editor.php b/pandora_console/operation/agentes/pandora_networkmap.editor.php index 4937b3d38f..8f735e72de 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.editor.php +++ b/pandora_console/operation/agentes/pandora_networkmap.editor.php @@ -390,7 +390,7 @@ if ($not_found) { 'circo' => 'circular', 'neato' => 'spring1', 'fdp' => 'spring2', - 'radial_dinamic' => 'radial dinamic', + 'radial_dinamic' => 'radial dynamic', ]; $table->data[7][0] = __('Method generation networkmap');