diff --git a/_build/Jenkinsfile.i18n b/_build/Jenkinsfile.i18n
index fa6c24e34712592267530422797402475ba4a3aa..ccb3926b7a49a7eb955966668ecf66be39cfe55a 100644
--- a/_build/Jenkinsfile.i18n
+++ b/_build/Jenkinsfile.i18n
@@ -124,7 +124,7 @@ pipeline {
                                     curl -Lo .git/hooks/commit-msg https://review.jami.net/tools/hooks/commit-msg
                                     chmod +x .git/hooks/commit-msg
                                     git add locales
-                                    git commit --author "${GIT_USER_NAME} ${GIT_USER_EMAIL}" -m'i18n: automatic bump'
+                                    git commit --author "${GIT_USER_NAME} <${GIT_USER_EMAIL}>" -m'i18n: automatic bump'
                                     git push ${GIT_PUSH_URL} HEAD:refs/for/master
                                 """
                             }