From f9ac07830e6d01528247c4a36749a23a9077442d Mon Sep 17 00:00:00 2001 From: acognet Date: Thu, 4 Aug 2022 16:26:01 +0200 Subject: [PATCH] Fix translation --- dictionaries/en.dictionary.itop.core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index d49eba723a..bbbf41b2a0 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -356,9 +356,9 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:EventNotification' => 'Notification event', 'Class:EventNotification+' => 'Trace of a notification that has been sent', 'Class:EventNotification/Attribute:trigger_id' => 'Trigger', - 'Class:EventNotification/Attribute:trigger_id+' => 'user account', - 'Class:EventNotification/Attribute:action_id' => 'user', - 'Class:EventNotification/Attribute:action_id+' => 'user account', + 'Class:EventNotification/Attribute:trigger_id+' => '', + 'Class:EventNotification/Attribute:action_id' => 'action', + 'Class:EventNotification/Attribute:action_id+' => '', 'Class:EventNotification/Attribute:object_id' => 'Object id', 'Class:EventNotification/Attribute:object_id+' => 'object id (class defined by the trigger ?)', ));