This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit a3dae3b7193befa3ea43f4b673a3948e8c90fdf7 Author: Kevin Morin <morin@codelutin.com> Date: Thu Feb 2 11:26:40 2017 +0100 fix typo --- .../src/main/webapp/WEB-INF/content/admin/configuration-input.jsp | 2 +- faxtomail-ui-web/src/main/webapp/js/configuration.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp b/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp index bcc378d..10c301a 100644 --- a/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp +++ b/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration-input.jsp @@ -742,7 +742,7 @@ </td> </tr> <tr ng-if="!selectedMailFolder.customerResponsibles || selectedMailFolder.customerResponsibles.length == 0"> - <td colspan="2" class="emptyTable">Aucun chargé de clientelle défini</td> + <td colspan="2" class="emptyTable">Aucun chargé de clientèle défini</td> </tr> </tbody> </table> diff --git a/faxtomail-ui-web/src/main/webapp/js/configuration.js b/faxtomail-ui-web/src/main/webapp/js/configuration.js index bc15581..f74d34a 100644 --- a/faxtomail-ui-web/src/main/webapp/js/configuration.js +++ b/faxtomail-ui-web/src/main/webapp/js/configuration.js @@ -1049,7 +1049,7 @@ ConfigurationModule.controller('ConfigurationTreeController', ['$scope', '$windo // remove customer responsible $scope.removeCustomerResponsible = function(index) { - if ($window.confirm("Êtes-vous sûr de vouloir supprimer ce chargé de clientelle ?")) { + if ($window.confirm("Êtes-vous sûr de vouloir supprimer ce chargé de clientèle ?")) { $scope.selectedMailFolder.customerResponsibles.splice(index, 1); } }; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.