From 12d25eb7109890d1664da30642b4ef0e0c370e18 Mon Sep 17 00:00:00 2001 From: designgears Date: Mon, 21 Sep 2020 13:26:02 -0600 Subject: [PATCH] chore(store): officedepot oos label (#171) --- src/store/model/officedepot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/officedepot.ts b/src/store/model/officedepot.ts index 8b53ff9..0ba9f9a 100644 --- a/src/store/model/officedepot.ts +++ b/src/store/model/officedepot.ts @@ -23,7 +23,7 @@ export const OfficeDepot: Store = { ], labels: { captcha: ['please verify you are a human'], - outOfStock: ['out of stock for delivery', 'out of stock'] + outOfStock: ['out of stock for delivery', 'out of stock', 'we are unable to process your last request'] }, name: 'officedepot' };