From 8e7d26754994145a9dbaaf872efb5fb421ce783f Mon Sep 17 00:00:00 2001 From: Sachin Umashankar Date: Tue, 22 Sep 2020 16:17:37 -0700 Subject: [PATCH] chore(store): add errors for bandh (#180) Co-authored-by: fuckingrobot Co-authored-by: Jef LeCompte --- src/store/model/bandh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/bandh.ts b/src/store/model/bandh.ts index 849fbce..d61a92d 100644 --- a/src/store/model/bandh.ts +++ b/src/store/model/bandh.ts @@ -59,7 +59,7 @@ export const BAndH: Store = { ], labels: { - outOfStock: ['notify when available', 'try varying your search terms'] + outOfStock: ['notify when available', 'try varying your search terms', 'sorry, an unexpected error has occurred.'] }, name: 'bandh' };