diff --git a/qt/i18n/update-from-crowdin b/qt/i18n/update-from-crowdin index ddaae89a3..04ead2ebb 100755 --- a/qt/i18n/update-from-crowdin +++ b/qt/i18n/update-from-crowdin @@ -35,5 +35,5 @@ rm all.zip # send translations to github git add translations -git commit -m update || true +git commit -m 'update translations' || true git push