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):