diff --git a/messages/en.json b/messages/en.json index c6e28dbc..4d106a44 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,23 +1,23 @@ { - "admin/editor.minicart.title": "Mini Cart", - "admin/editor.minicart.description": "A simple mini cart that shows all products added to it", - "admin/editor.minicart.showDiscount.title": "Show the quantity of saved money", - "admin/editor.minicart.iconLabel.title": "Text to appear next to the icon", - "admin/editor.minicart.labelMiniCartEmpty.title": "Text to appear when the mini cart is empty", - "admin/editor.minicart.linkButtonFinishShopping.title": "Link to redirect after clicking in the Go to Checkout button", - "admin/editor.minicart.labelButtonFinishShopping.title": "Text to appear in the finish shopping button", + "admin/editor.minicart.title": "Cart", + "admin/editor.minicart.description": "A simple summary that shows all products added to the cart", + "admin/editor.minicart.showDiscount.title": "Show the amount of saved money", + "admin/editor.minicart.iconLabel.title": "Text that will appear next to the icon", + "admin/editor.minicart.labelMiniCartEmpty.title": "Text that will appear when the cart is empty", + "admin/editor.minicart.linkButtonFinishShopping.title": "Link that will redirect after clicking the Go to Checkout button", + "admin/editor.minicart.labelButtonFinishShopping.title": "Text that will appear in the Finish Shopping button", "admin/editor.minicart.showShippingCost.title": "Show the shipping cost above footer", - "admin/editor.minicart.type.title": "Mini Cart Type", - "admin/editor.minicart.type.popup": "Pop Up", + "admin/editor.minicart.type.title": "Cart type", + "admin/editor.minicart.type.popup": "Pop up", "admin/editor.minicart.type.sidebar": "Sidebar", - "store/finish-shopping-button-label": "Go to checkout", + "store/finish-shopping-button-label": "Go to Checkout", "store/minicart-empty": "Your cart is empty!", - "store/sidebar-title": "My mini cart", + "store/sidebar-title": "My Cart", "store/minicart-content-footer-discount": "Save", - "store/minicart.error-removal": "Item removal failed, please try again", + "store/minicart.error-removal": "Removing item failed. Please try again.", "store/minicart.shipping-cost": "Total shipping cost", - "store/minicart.checkout-failure": "Something went wrong. Please, try again.", - "store/minicart.go-to-checkout": "Go to checkout", + "store/minicart.checkout-failure": "Something went wrong. Please try again.", + "store/minicart.go-to-checkout": "Go to Checkout", "store/minicart.empty-state": "Your cart is empty.", "store/minicart.title": "Cart" }