This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit ca286874167d2ea5c32bed372be6d65471d5872a Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Jan 14 14:53:51 2016 +0100 Affichage du nuage de mot : modifications des libellés --- coselmar-ui/src/main/webapp/i18n/en.js | 2 +- coselmar-ui/src/main/webapp/i18n/fr.js | 2 +- coselmar-ui/src/main/webapp/views/home.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coselmar-ui/src/main/webapp/i18n/en.js b/coselmar-ui/src/main/webapp/i18n/en.js index a4d7ffe..896f386 100644 --- a/coselmar-ui/src/main/webapp/i18n/en.js +++ b/coselmar-ui/src/main/webapp/i18n/en.js @@ -340,7 +340,7 @@ var translateEN = { <p>Access to this platform is secure. To obtain a right of access to thank you for the request through the Coselmar website contact page (<a href='http://www.coselmar.fr/contact/' target='_blank'>http://www.coselmar.fr/contact/</a>).</p>\ </p>", "home.lastProjects" : "Last projects", -"home.wordCloud" : "Most used words", +"home.wordCloud" : "Most used words in the platform", "error.message.authentication.title" : "Error with authentication", "error.message.authentication.body" : "Error with authentication, please try to log again.", diff --git a/coselmar-ui/src/main/webapp/i18n/fr.js b/coselmar-ui/src/main/webapp/i18n/fr.js index 70d140e..a8bd20a 100644 --- a/coselmar-ui/src/main/webapp/i18n/fr.js +++ b/coselmar-ui/src/main/webapp/i18n/fr.js @@ -341,7 +341,7 @@ var translateFR = { <p>L'accès à cette plateforme est sécurisé. Pour obtenir un droit d'accès merci d'en faire la demande au travers de la page contact du site Coselmar (<a href='http://www.coselmar.fr/contact/' target='_blank'>http://www.coselmar.fr/contact/</a>).\ </p>", "home.lastProjects" : "Derniers projets", -"home.wordCloud" : "Mots les plus courants", +"home.wordCloud" : "Mots les plus courants sur la plateforme", "error.message.authentication.title" : "Échec d'authentification", "error.message.authentication.body" : "Une erreur avec l'authentification est survenue, veuillez vous reconnecter svp.", diff --git a/coselmar-ui/src/main/webapp/views/home.html b/coselmar-ui/src/main/webapp/views/home.html index fe3bc5f..533ee40 100644 --- a/coselmar-ui/src/main/webapp/views/home.html +++ b/coselmar-ui/src/main/webapp/views/home.html @@ -27,7 +27,7 @@ <div class="column" translate="home.presentation.body"></div> <div class="column cloud"> - <span class="title">{{ ""home.wordCloud" | translate }}</span> + <span class="title">{{ "home.wordCloud" | translate }}</span> <jqcloud words="topWords" width="500" height="300" colors="{{cloudColors}}" steps="21" font-size="{from:0.09, to:0.04}"></jqcloud> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.