branch develop updated (7897fb6 -> 6b973ee)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 7897fb6 fixes #9104 ouvrir la PJ en edition au double clique new 6b973ee fix typo The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 6b973eeceb484ca3dc587616c8470ce6024b816b Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 10 14:21:11 2017 +0200 fix typo Summary of changes: .../src/main/webapp/WEB-INF/content/admin/configuration-input.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 6b973eeceb484ca3dc587616c8470ce6024b816b Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 10 14:21:11 2017 +0200 fix typo --- .../src/main/webapp/WEB-INF/content/admin/configuration-input.jsp | 4 ++-- 1 file 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 243f845..5615717 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 @@ -499,7 +499,7 @@ </div> <div class="form-group"> - <label class="control-label">Colorer les demandes invalides dans la listes ?</label><br /> + <label class="control-label">Colorer les demandes invalides dans la liste ?</label><br /> <label class="radio-inline"> <input type="radio" ng-model="selectedMailFolder.colorizeInvalidDemands" ng-value="true"> oui @@ -654,7 +654,7 @@ <hr /> <div class="form-group"> - <label class="control-label">Activer la fonction "Répondre" sur les éléments ?</label><br /> + <label class="control-label">Afficher la fonction "Répondre" sur les éléments ?</label><br /> <label class="radio-inline"> <input type="radio" ng-model="selectedMailFolder.showReplyAction" ng-value="true"> oui -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm