Skip to content

Commit

Permalink
chore: fix issue body
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyingulec committed Nov 22, 2023
1 parent f6a9a25 commit 4288715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async function createNewIssue(
owner,
repo,
title: `Translation Update Needed on \`${file}\``,
body: `The Turkish translation for [${file}](${originalFileUrl}) is out of sync. Please update with the latest changes. Checkout turkish file here [${file}](${translatedFileUrl}) \n\n Latest commits:\n${commitMessages}`,
body: `The translation for [${file}](${originalFileUrl}) is out of sync. Please update with the latest changes. Checkout translated file here [${file}](${translatedFileUrl}) \n\n Latest commits:\n${commitMessages}`,
labels: ["curriculum-update"],
});

Expand Down

0 comments on commit 4288715

Please sign in to comment.