Commit a64ba8a3 authored by Jérome Perrin's avatar Jérome Perrin

fix typo in notification message worklists

parent 5f396e61
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment