From 8357e5b8d0af98837dafb287aa55cd3925a8e3db Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 5 Aug 2022 19:53:12 +0200 Subject: [PATCH] Fix typo --- dictionaries/en.dictionary.itop.core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index 7585932835..4920f22cd3 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -373,7 +373,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:EventNotification+' => 'Trace of a notification that has been sent', 'Class:EventNotification/Attribute:trigger_id' => 'Trigger', 'Class:EventNotification/Attribute:trigger_id+' => '', - 'Class:EventNotification/Attribute:action_id' => 'action', + '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 ?)',