Commit 25ddbf0b authored by Romain Courteaud's avatar Romain Courteaud 🐸

slapos_panel: translate string

parent dc8abcf1
from Products.ERP5Type.Message import translateString
portal = context.getPortalObject() portal = context.getPortalObject()
project = context project = context
...@@ -31,7 +33,5 @@ for sql_software_product in software_product_list: ...@@ -31,7 +33,5 @@ for sql_software_product in software_product_list:
) )
return allocation_supply.Base_redirect( return allocation_supply.Base_redirect(
message='New Allocation Supply created.', keep_items={'portal_status_message': translateString('New Allocation Supply created.')}
keep_items={
}
) )
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