From 9d666835283510a5a0c0972627c5c6d180a854b3 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 22 Sep 2020 19:51:06 -0400 Subject: [PATCH] chore(store): add filter newegg Signed-off-by: Jef LeCompte --- src/store/model/newegg-ca.ts | 2 +- src/store/model/newegg.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/model/newegg-ca.ts b/src/store/model/newegg-ca.ts index 62c667b..3940f00 100644 --- a/src/store/model/newegg-ca.ts +++ b/src/store/model/newegg-ca.ts @@ -3,7 +3,7 @@ import {Store} from './store'; export const NewEggCa: Store = { labels: { captcha: ['are you a human?'], - outOfStock: ['auto notify', 'item is currently out of stock'] + outOfStock: ['auto notify', 'item is currently out of stock', 'service unavailable'] }, links: [ { diff --git a/src/store/model/newegg.ts b/src/store/model/newegg.ts index b46e15d..a377772 100644 --- a/src/store/model/newegg.ts +++ b/src/store/model/newegg.ts @@ -3,7 +3,7 @@ import {Store} from './store'; export const NewEgg: Store = { labels: { captcha: ['are you a human?'], - outOfStock: ['auto notify', 'item is currently out of stock'] + outOfStock: ['auto notify', 'item is currently out of stock', 'service unavailable'] }, links: [ {