diff --git a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml
index beb42e61f36d587d7c11c2068b03646a9b7ec734..fa50062cb4d328767bda09a2115b263be7ecb0df 100644
--- a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml
+++ b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml
@@ -47,12 +47,18 @@
 
 <div>\n
 \n
-  <h3>Configuration is over. Enjoy your new ERP5 system!</h3>\n
-  <p> Please click link below. \n
-      You will be redirected to a form in which you can login using \n
-      one of yours newly created ERP5 user accounts.\n
+  <h3 i18n:translate=""\n
+      i18n:domain="ui">Configuration is over. Enjoy your new ERP5 system!</h3>\n
+\n
+  <p i18n:translate=""\n
+     i18n:domain="ui">\n
+    Please click link below. \n
+    You will be redirected to a form in which you can login using \n
+    one of yours newly created ERP5 user accounts.\n
   </p>\n
-  <a tal:attributes="href python: \'%s/logout_wizard\' %here.getPortalObject().absolute_url()"> \n
+  <a i18n:translate=""\n
+     i18n:domain="ui"\n
+     tal:attributes="href python: \'%s/logout_wizard\' %here.getPortalObject().absolute_url()"> \n
     Start using your new ERP5 system\n
   </a>\n
 \n
diff --git a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml
index f1027f9ce731a1c21b0e5d270b722d3feccf54e3..a961f33172b9f1cc77ed56daeefb315391e0f5a3 100644
--- a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml
+++ b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml
@@ -55,12 +55,15 @@
     tal:define="isAllowedExpress python: here.portal_wizard.getExpressConfigurationPreference(\'preferred_express_user_id\', None) is not None and\n
                                          here.portal_wizard.getExpressConfigurationPreference(\'preferred_express_password\', None) is not None">\n
 \n
-<h5 id="wizard_message" style="visibility:hidden;" tal:content="python:test(isAllowedExpress, \'true\', \'false\')"></h5>\n
-\n
-<script type="text/javascript" src="wizard_helper.js"></script>\n
-<noscript>\n
-Please enable JavaScript in your web browser, otherwise the configuration server does not work properly.\n
-</noscript>\n
+  <h5 id="wizard_message" \n
+      style="visibility:hidden;" \n
+      tal:content="python:test(isAllowedExpress, \'true\', \'false\')"></h5>\n
+  \n
+  <script type="text/javascript" src="wizard_helper.js"></script>\n
+  <noscript>\n
+    Please enable JavaScript in your web browser, otherwise the configuration server \n
+    does not work properly.\n
+  </noscript>\n
 \n
 </tal:block>
 
diff --git a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml
index 7a8db8998bf315f9f344f6028a56162e5a66d9ce..0ccff4edbc63320496ac3405f82caf625d0bb284 100644
--- a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml
+++ b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml
@@ -70,7 +70,8 @@
               tal:content="here/Wizard_generateJavaScript"/>\n
 \n
       <div class="dialog_box">\n
-        <h2>Installation Report</h2>\n
+        <h2 i18n:translate=""\n
+            i18n:domain="ui">Installation Report</h2>\n
   \n
         <div id="server_installation_status" \n
             tal:content="structure here/portal_wizard/getInstallationStatusReportFromServer">\n
diff --git a/bt5/erp5_wizard/bt/revision b/bt5/erp5_wizard/bt/revision
index 8c0474e3239fc7c1a693d29caba0c85b872b6c1d..9cd72aa941214d4cb8522dda34eb12cf878e3e8b 100644
--- a/bt5/erp5_wizard/bt/revision
+++ b/bt5/erp5_wizard/bt/revision
@@ -1 +1 @@
-69
\ No newline at end of file
+72
\ No newline at end of file