dictionnary typo on Notification header message

SVN:trunk[5126]
This commit is contained in:
Vincent Dumas
2017-11-03 09:03:14 +00:00
parent 96296fe211
commit 0f7099acfa

View File

@@ -916,7 +916,7 @@ Dict::Add('EN US', 'English', 'English', array(
<li>the "on object creation" triggers get executed when an object of the specified class is created</li>
<li>the "on entering a state" triggers get executed before an object of the given class enters a specified state (coming from another state)</li>
<li>the "on leaving a state" triggers get executed when an object of the given class is leaving a specified state</li>
<li>the "on threshold" triggers get executed when a threshold for TTR or TTO as been reached</li>
<li>the "on threshold" triggers get executed when a threshold for TTR or TTO has been reached</li>
<li>the "on portal update" triggers get executed when a ticket is updated from the portal</li>
</ol>
</p>