From ac8cd2c9cb179860a2d73873c63a4c5a39c3f32a Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 6 Aug 2021 18:21:06 +0200 Subject: [PATCH] Update RevealAllSpoilers.plugin.js --- Plugins/RevealAllSpoilers/RevealAllSpoilers.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/RevealAllSpoilers/RevealAllSpoilers.plugin.js b/Plugins/RevealAllSpoilers/RevealAllSpoilers.plugin.js index 387ec08b34..8775f86581 100644 --- a/Plugins/RevealAllSpoilers/RevealAllSpoilers.plugin.js +++ b/Plugins/RevealAllSpoilers/RevealAllSpoilers.plugin.js @@ -22,7 +22,7 @@ module.exports = (_ => { }, "changeLog": { "fixed": { - "Replies": "No longer reveals spoilers within reply preview if revealing all spoilers within a message" + "Replies": "No longer reveals spoilers within reply preview if revealing all spoilers within a message." } } }; @@ -101,4 +101,4 @@ module.exports = (_ => { } }; })(window.BDFDB_Global.PluginUtils.buildPlugin(config)); -})(); \ No newline at end of file +})();