Skip to content

Commit

Permalink
Merge pull request #20 from creative-commoners/pulls/1.0/prefix
Browse files Browse the repository at this point in the history
ENH Use TLN prefix
  • Loading branch information
GuySartorelli authored Nov 3, 2023
2 parents 4a87d64 + dc64264 commit b0fb2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,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) {
Expand Down

0 comments on commit b0fb2dc

Please sign in to comment.