Quick add form - adjust font size and rename stock recheck

This commit is contained in:
dgtlmoon
2023-03-20 20:19:32 +01:00
parent 55b6ae86e8
commit 1fb90bbddc
3 changed files with 8 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from copy import deepcopy
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
name = 'Re-stock detection'
name = 'Re-stock detection for single product pages'
description = 'Detects if the product goes back to in-stock'
class perform_site_check(difference_detection_processor):