From d3462440041e490785c81b506cdc62ceacf5e39d Mon Sep 17 00:00:00 2001
From: Pablo Aragon <pablo.aragon@pandorafms.com>
Date: Wed, 26 Apr 2023 12:26:37 +0200
Subject: [PATCH] 2892-Remove Create by template, from description

---
 pandora_console/godmode/agentes/agent_template.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php
index 3e265ab8fc..415af3766f 100644
--- a/pandora_console/godmode/agentes/agent_template.php
+++ b/pandora_console/godmode/agentes/agent_template.php
@@ -80,7 +80,7 @@ if (isset($_POST['template_id']) === true) {
             $values = [
                 'id_agente'             => $id_agente,
                 'id_tipo_modulo'        => $row2['type'],
-                'descripcion'           => __('Created by template ').$name_template.' . '.$row2['description'],
+                'descripcion'           => $row2['description'],
                 'max'                   => $row2['max'],
                 'min'                   => $row2['min'],
                 'module_interval'       => $row2['module_interval'],