diff --git a/peertube-plugin-akismet/main.js b/peertube-plugin-akismet/main.js index 25ddc6f..071037f 100644 --- a/peertube-plugin-akismet/main.js +++ b/peertube-plugin-akismet/main.js @@ -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() } }