From 45a1efe2ae4112c33fe647ff7737751272050415 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 17 Jul 2024 11:12:45 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07565=20-=20Update=20TriggerOnReachingSta?= =?UTF-8?q?te=20action=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/2.x/itop-structure/module.itop-structure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datamodels/2.x/itop-structure/module.itop-structure.php b/datamodels/2.x/itop-structure/module.itop-structure.php index c46bd5f02..f2d72272e 100644 --- a/datamodels/2.x/itop-structure/module.itop-structure.php +++ b/datamodels/2.x/itop-structure/module.itop-structure.php @@ -381,11 +381,11 @@ if (!class_exists('StructureInstaller')) $aActionsData = [ 'EN US' => [ 'name' => 'Notification to agent when ticket assigned', - 'message' => '$this->friendlyname$ has been assigned to you', + 'message' => 'Ticket has been assigned to you', ], 'FR FR' => [ 'name' => 'Notification à l\'agent à l\'assignation du ticket', - 'message' => '$this->friendlyname$ vous a été assigné', + 'message' => 'Le ticket vous a été assigné', ] ];