Fix wording

This commit is contained in:
Chocobozzz 2022-10-11 11:25:51 +02:00
parent dcccf3c2f2
commit d2213a0a7e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ async function checkRemoteComment (peertubeHelpers, options) {
for (const key of [ 'text' ]) {
if (!options[key]) {
logger.error('Cannot check local comment from Akismet without ' + key)
logger.error('Cannot check remote comment from Akismet without ' + key)
return accept()
}
}