Skip to content

Commit a6603d5

Browse files
committed
UI - Reword restock detector plugin description
1 parent 2683378 commit a6603d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changedetectionio/processors/restock_diff/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import time
88

99
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
10-
name = 'Re-stock & Price detection for single product pages'
10+
name = 'Re-stock & Price detection for pages with a SINGLE product'
1111
description = 'Detects if the product goes back to in-stock'
1212

1313
class UnableToExtractRestockData(Exception):

0 commit comments

Comments
 (0)