From d768630232d98a8508e9b3d8a43c517f695d36fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 16 Sep 2022 06:07:55 +0200 Subject: [PATCH] Change wording of some messages --- bot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.ts b/bot.ts index 40aa504..174c720 100644 --- a/bot.ts +++ b/bot.ts @@ -104,7 +104,7 @@ const bot: ApplicationFunction = (app) => { }) .join('\n'); - const body = `All new entries point to existing playlists, but you have to:\n${renameList}`; + const body = `All new files point to existing playlists, but you have to:\n${renameList}`; await upsertReview(body, existingReview?.id); } else { @@ -113,7 +113,7 @@ const bot: ApplicationFunction = (app) => { ...currentRepoData, pull_number, review_id: existingReview.id, - message: '🎉 Your entries can now be accepted! 🎉' + message: '🎉 Your pull request can be merged! 🎉' }); }