diff --git a/src/tests/submit_review.ts b/src/tests/submit_review.ts index a6290e8..0bd3aaf 100644 --- a/src/tests/submit_review.ts +++ b/src/tests/submit_review.ts @@ -68,7 +68,7 @@ async function createReviewData(commitId: string, test1ResultJson: string, test2 reviewOptions.body += "Please fill all translations\n\n"; } reviewOptions.body += "For more information about tests, please see [CONTRIBUTING.md](https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/.github/CONTRIBUTING.md#翻訳のルールについて)"; - if(!testResults[0].passed || !testResults[1].passed) reviewOptions.body += "\n\nOnce you fixed your changes, please request me again by clicking \"re-request review\" button 🔄 (located in the reviewers list on the right side of this page). I\'ll check your changes again."; + if(!testResults[0].passed || !testResults[1].passed) reviewOptions.body += "\n\nOnce you fixed your changes, please request me again by clicking \"re-request review\" button 🔄 (located in the reviewers list on the right side of this page). I\\'ll check your changes again."; //ソースファイルへのレビューコメントを作成 if(reviewOptions.event == "REQUEST_CHANGES") {