diff --git a/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_html.html b/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_html.html
index 4a3c13a1e74698ea0e614131555c9a5916662e40..ba0108229947967da3628bd174a7d7fb9814f8dc 100644
--- a/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_html.html
+++ b/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_html.html
@@ -16,8 +16,8 @@
   <body>
     <article class="ui-content ui-body-c message" style="display: none;">
       <section class="ui-content-header-plain">
-        <h3 class="ui-content-title ui-body-c" style="color: red">
-          <span class="ui-icon ui-icon-custom ui-icon-exclamation-triangle">&nbsp;</span>
+        <h3 class="ui-content-title ui-body-c" style="color: #085078;">
+          <span class="ui-icon ui-icon-custom ui-icon-info-circle">&nbsp;</span>
         </3>
       </section>
     </article>
diff --git a/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_js.js b/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_js.js
index 79cf583c818f65609c0aaf76bab9ee2534a37d1a..d34f86cee469608b7eb0863431f7d34fa4fccf8c 100644
--- a/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_js.js
+++ b/bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_js.js
@@ -120,7 +120,7 @@
           gadget.props.element.querySelector("form.select-local-form button").classList.add("ui-btn-active");
           break;
         default:
-          gadget.props.element.querySelector(".message h3").appendChild(document.createTextNode("Welcome in OfficeJS " + setting_list[1] + "! Please start by choosing a storage:"));
+          gadget.props.element.querySelector(".message h3").appendChild(document.createTextNode("Welcome in OfficeJS " + setting_list[1] + ". Please start by choosing a storage."));
           gadget.props.element.querySelector(".message").setAttribute("style", "");
           gadget.props.element.querySelector(".document-access").setAttribute("style", "display: none;");
           break;