From 288759582e351e331fa0a39605da9b56508e47b0 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Mon, 1 Oct 2018 09:50:02 +0000 Subject: [PATCH] Update coMarketConstants.js --- client-wiaas/src/constants/coMarketConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-wiaas/src/constants/coMarketConstants.js b/client-wiaas/src/constants/coMarketConstants.js index 56e794b..cb21191 100644 --- a/client-wiaas/src/constants/coMarketConstants.js +++ b/client-wiaas/src/constants/coMarketConstants.js @@ -32,7 +32,7 @@ export const coMarketMessages = { QUANTITY_UPDATED: "Quantity has been updated for the package!", INVALID_PACKAGE_FOR_REMOVE: "This package is not available in your cart! In case this error persists contact the Co-Market!", PACKAGE_REMOVED_FROM_CART: "The package has been removed from the cart!", - INVALID_QUANTITY: "The quantity can be a number between 1 and 65000!", + INVALID_QUANTITY: "The quantity can be a number between 1 and 100!", CART_EMPTY: "You must have at least one package in the cart!", NO_DELIVERY_ADDRESS: "No delivery address was added! Please fill the necessary info", INCOMPLETE_DELIVERY_ADDRESS: "Incomplete delivery address. Please review!",