Skip to content

Commit

Permalink
Merge pull request #1919 from Cihatata/fix-workflow-typo
Browse files Browse the repository at this point in the history
Fix workflow typo
  • Loading branch information
ajhollid authored Mar 11, 2025
2 parents f3d78b9 + 34155e1 commit e697f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-poeditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
upload-translations:
# Only run if the PR was merged (not just closed) or manually triggered
if: github.event.pull_request.merged == true'
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@
"settingsFailedToDeleteMonitors": "Monitörler silinemedi",
"starPromptTitle": "Checkmate yıldızla değerlendirin",
"starPromptDescription": "En son sürümleri görün ve GitHub'daki topluluğun büyümesine yardımcı olun",
"testLocale": "TEST1211 UPLOAD"
"testLocale": "TEST1311 UPLOAD"
}

0 comments on commit e697f56

Please sign in to comment.