From 247db22a33c8a0f696340568b8db3dfe373d1b98 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 27 May 2023 13:31:35 +0200 Subject: [PATCH] Restock monitor - Updating texts for tickets available/unavailable restock detection --- changedetectionio/res/stock-not-in-stock.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changedetectionio/res/stock-not-in-stock.js b/changedetectionio/res/stock-not-in-stock.js index c9b1223e..c0ca9b2f 100644 --- a/changedetectionio/res/stock-not-in-stock.js +++ b/changedetectionio/res/stock-not-in-stock.js @@ -10,6 +10,7 @@ function isItemInStock() { 'brak na stanie', 'brak w magazynie', 'coming soon', + 'currently have any tickets for this', 'currently unavailable', 'en rupture de stock', 'item is no longer available', @@ -20,7 +21,9 @@ function isItemInStock() { 'nicht zur verfügung', 'no disponible temporalmente', 'no longer in stock', + 'no tickets available', 'not available', + 'not currently available', 'not in stock', 'notify me when available', 'não estamos a aceitar encomendas', @@ -30,6 +33,8 @@ function isItemInStock() { 'sold out', 'temporarily out of stock', 'temporarily unavailable', + 'tickets unavailable', + 'unavailable tickets', 'we do not currently have an estimate of when this product will be back in stock.', 'zur zeit nicht an lager', ];