Commit 79d423bd authored by Jérome Perrin's avatar Jérome Perrin

credential: fix typo on credential request notification message references

parent d0b83543
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>crendential_request-confirmation-with-password</string> </value>
<value> <string>credential_request-confirmation-with-password</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>crendential_request-confirmation-without-password</string> </value>
<value> <string>credential_request-confirmation-without-password</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>crendential_request-confirmation-without-password</string> </value>
<value> <string>credential_request-confirmation-without-password</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -12,7 +12,7 @@ if password:
notification_type = "with-password"
#Get message from catalog
notification_reference = 'crendential_request-confirmation-%s' % notification_type
notification_reference = 'credential_request-confirmation-%s' % notification_type
notification_message = portal.portal_notifications.getDocumentValue(reference=notification_reference,
language=recipient.getLanguage())
if notification_message is None:
......
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