diff --git a/Makefile b/Makefile index 42872c179..31fe50546 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ push: exit 0; \ else \ git add *.po **/*.po .tx/config; \ - git commit -m 'Update translations'; \ + git commit -m 'Update translations from Transifex'; \ if [ $(GITHUB_TOKEN) != "" ]; then \ header="$(echo -n token:"$(GITHUB_TOKEN)" | base64)"; \ git -c http.extraheader="AUTHORIZATION: basic $(header)" push; \