diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index 6dbbc0a8..458081d4 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -60,7 +60,7 @@ timestamps { ) sh 'git add .' try { - sh 'git commit -m "Update translations from Crowdin"' + sh 'git commit -m "Update translations from Crowdin for ' + modifiedLocales + '"' } catch(e) { echo 'No changes found' return