-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0, 7.10
-
Component/s: Seam / JSF UI
Some error messages contains typos:
<update id="facesStatusMessagePanel"><![CDATA[<div id="facesStatusMessagePanel"> <div class="facesStatusMessage"><script type="text/javascript"> jsf.ajax.addOnError(function(data) { if (data.status == 'httpError' && data.responseCode === 0) { var disabled = false; if (!disabled){ jQuery.ambiance({ title: nuxeo.utils.escapeHTML("Réeponse vide du serveur"), type: "error", className: "warningFeedback", timeout: 1 }); } } else { jQuery.ambiance({ title: nuxeo.utils.escapeHTML(data.description), type: "error", className: "errorFeedback", timeout: 0 }); } }); </script> </div></div>]]></update>
This is located in:
./addons/nuxeo-platform-lang-ext/src/main/resources/web/nuxeo.war/WEB-INF/classes/messages_fr_FR.properties:feedback.ajax.emptyResponse=R\u00e9eponse vide du serveur