From 7819814c1ef730c73c381f1f74a43cfca5b2e145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 2 Feb 2023 17:15:46 +0100 Subject: [PATCH] Reword URL file name warning heading --- bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.ts b/bot.ts index 974bb5c..e64125a 100644 --- a/bot.ts +++ b/bot.ts @@ -168,7 +168,7 @@ export const bot: ApplicationFunction = (app) => { }); reviewEvent = 'REQUEST_CHANGES'; - urlEntriesToRenameText = `### ⚠️ Some of the entries are malformed playlist URLs\n\nHere's how you can correct them:\n\n1. Remove the \`https:\` folder\n\n2. Use the links below to create valid entries:\n${linkList}`; + urlEntriesToRenameText = `### ⚠️ Some entries are malformed playlist URLs\n\nHere's how you can correct them:\n\n1. Remove the \`https:\` folder\n\n2. Use the links below to create valid entries:\n${linkList}`; } let notFoundText = '';