diff --git a/src/Translator.php b/src/Translator.php index 1901db3..2857429 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -460,7 +460,7 @@ private function gitCommitPushAndPullRequest(): void $this->exec("git checkout -b $branch", $modulePath); // Commit changes - $title = 'ENH Update translations'; + $title = 'TLN Update translations'; $this->exec("git commit -m \"$title\"", $modulePath); if ($this->isDevMode) {