From a6603d5ad62d7787b3ffe038c6481f2d8ae4c617 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 27 May 2025 15:26:29 +0200 Subject: [PATCH] UI - Reword restock detector plugin description --- changedetectionio/processors/restock_diff/processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/processors/restock_diff/processor.py b/changedetectionio/processors/restock_diff/processor.py index 7bff4b31..1fa81058 100644 --- a/changedetectionio/processors/restock_diff/processor.py +++ b/changedetectionio/processors/restock_diff/processor.py @@ -7,7 +7,7 @@ import urllib3 import time urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) -name = 'Re-stock & Price detection for single product pages' +name = 'Re-stock & Price detection for pages with a SINGLE product' description = 'Detects if the product goes back to in-stock' class UnableToExtractRestockData(Exception):