diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/standard_error_message_render.zpt b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/standard_error_message_render.zpt index be7743e5211c50c8c2bd5a0d4596c6023206ac66..93de2009c6ae4abada0b66abff5400ca0cd00f8d 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/standard_error_message_render.zpt +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/standard_error_message_render.zpt @@ -10,7 +10,7 @@ <p i18n:translate="">An error was encountered while publishing this resource.</p> <p> <strong i18n:translate="">Error Type: <span tal:replace="options/error_type" i18n:name="error_type" /></strong><br /> - <strong i18n:translate="">Error Value: <span tal:replace="options/error_value" i18n:name="error_value" /></strong><br /> + <strong i18n:translate="">Error Value: <span tal:replace="string:options/error_value" i18n:name="error_value" /></strong><br /> </p> <hr noshade="noshade" /> <p i18n:translate="">Troubleshooting Suggestions</p>