chore(store): add errors for evga (#176)

This commit is contained in:
Jef LeCompte
2020-09-21 18:24:46 -04:00
committed by GitHub
parent 4dfdb9eb2e
commit 5f628d2c12
+1 -1
View File
@@ -34,7 +34,7 @@ export const Evga: Store = {
}
],
labels: {
outOfStock: ['out of stock']
outOfStock: ['out of stock', 'error reaching the evga website', 'oops! something broke.']
},
name: 'evga'
};