From 6e3a60de69e499c0bfe22ca6b1345cb1d494b13a Mon Sep 17 00:00:00 2001 From: Kaio Donadelli <100872772+kaio-donadelli@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:14:23 -0300 Subject: [PATCH] Update source file en.json --- messages/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/en.json b/messages/en.json index 4aee922..eeeb7f4 100644 --- a/messages/en.json +++ b/messages/en.json @@ -86,10 +86,10 @@ "store/b2b-quotes.quote-locking.message": " Your cart currently contains items from a quote and cannot be modified. You may either return to the checkout page or clear your cart to continue browsing.", "store/b2b-quotes.quote-locking.return-to-checkout": "Return to Checkout", "store/b2b-quotes.quote-locking.clear-cart": "Clear Cart", - "store/b2b-quotes.quote-status.ready": "Ready", - "store/b2b-quotes.quote-status.placed": "Placed", - "store/b2b-quotes.quote-status.revised": "Reviewed", - "store/b2b-quotes.quote-status.pending": "Pending", - "store/b2b-quotes.quote-status.expired": "Expired", - "store/b2b-quotes.quote-status.declined": "Declined" + "store/b2b-quotes.quote-status.ready": "ready", + "store/b2b-quotes.quote-status.placed": "placed", + "store/b2b-quotes.quote-status.revised": "revised", + "store/b2b-quotes.quote-status.pending": "pending", + "store/b2b-quotes.quote-status.expired": "expired", + "store/b2b-quotes.quote-status.declined": "declined" }