Commit deb1f750 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_crm: translates portal type in Base_addSupportRequest redirection status message

parent 6daac17e
......@@ -72,7 +72,7 @@ support_request.Base_redirect(
'portal_status_message': portal.Base_translateString(
'New ${portal_type} created.',
mapping={
'portal_type': 'Support Request',
'portal_type': portal.Base_translateString('Support Request'),
},
),
},
......
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