mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-10 00:43:02 +01:00
Reword URL file name warning heading
This commit is contained in:
parent
1d28169283
commit
7819814c1e
2
bot.ts
2
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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user