From d2213a0a7ee527e8824e95af3920a6eec29dc8b3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Oct 2022 11:25:51 +0200 Subject: [PATCH] Fix wording --- peertube-plugin-akismet/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }