diff --git a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/draft_to_submit.xml b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/draft_to_submit.xml
index 2df6f6382e389aaef8acfbdc819bce99d0b00bd2..d1925274dc5beff8939a36458e3093bde3b78622 100644
--- a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/draft_to_submit.xml
+++ b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/draft_to_submit.xml
@@ -16,19 +16,19 @@
         </item>
         <item>
             <key> <string>actbox_name</string> </key>
-            <value> <string>Messages to Submit (%(count)s)</string> </value>
+            <value> <string>Notification Messages to Submit (%(count)s)</string> </value>
         </item>
         <item>
             <key> <string>actbox_url</string> </key>
             <value> <string encoding="cdata"><![CDATA[
 
-noftification_message_module?validation_state=draft&local_roles=%(local_roles)s&portal_type=%(portal_type)s&reset=1
+notification_message_module?validation_state=draft&local_roles=%(local_roles)s&portal_type=%(portal_type)s&reset=1
 
 ]]></string> </value>
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>Message to submit</string> </value>
+            <value> <string>Draft to submit</string> </value>
         </item>
         <item>
             <key> <string>guard</string> </key>
diff --git a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/submitted_to_validate.xml b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/submitted_to_validate.xml
index 6770f07a96c619ecc1c07ffff6cd5708d09b3668..82b68b9bf5dfc9314d75c0cccf62d79be0427a68 100644
--- a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/submitted_to_validate.xml
+++ b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/worklists/submitted_to_validate.xml
@@ -16,13 +16,13 @@
         </item>
         <item>
             <key> <string>actbox_name</string> </key>
-            <value> <string>Messages to Validate (%(count)s)</string> </value>
+            <value> <string>Notification Messages to Validate (%(count)s)</string> </value>
         </item>
         <item>
             <key> <string>actbox_url</string> </key>
             <value> <string encoding="cdata"><![CDATA[
 
-noftification_message_module?validation_state=submitted&local_roles=%(local_roles)s&portal_type=%(portal_type)s&reset=1
+notification_message_module?validation_state=submitted&local_roles=%(local_roles)s&portal_type=%(portal_type)s&reset=1
 
 ]]></string> </value>
         </item>