diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/hi.json +++ b/src/i18n/messages/hi.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/i18n/messages/it.json b/src/i18n/messages/it.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/it.json +++ b/src/i18n/messages/it.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/i18n/messages/uk.json b/src/i18n/messages/uk.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/uk.json +++ b/src/i18n/messages/uk.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json index 362c09619..c3a5cb449 100644 --- a/src/i18n/messages/zh_CN.json +++ b/src/i18n/messages/zh_CN.json @@ -83,7 +83,7 @@ "payment.card.holder.information.state.label": "State/Province (required)", "payment.card.holder.information.state.required.label": "State/Province", "payment.card.holder.information.state.options.empty": "Choose state/province", - "payment.empty.basket.heading": "Your basket is empty.", + "payment.empty.basket.heading": "Your cart is empty.", "payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.", "payment.empty.basket.dashboardURL": "dashboard", "payment.empty.basket.supportURL": "contact edX E-commerce Support", diff --git a/src/payment/EmptyCartMessage.jsx b/src/payment/EmptyCartMessage.jsx index c828b56d1..98fc333d0 100644 --- a/src/payment/EmptyCartMessage.jsx +++ b/src/payment/EmptyCartMessage.jsx @@ -9,7 +9,7 @@ const EmptyCartMessage = () => (
diff --git a/src/payment/PaymentPage.test.jsx b/src/payment/PaymentPage.test.jsx index 43b33e716..ed61f809c 100644 --- a/src/payment/PaymentPage.test.jsx +++ b/src/payment/PaymentPage.test.jsx @@ -217,7 +217,7 @@ describe('', () => { expect(tree).toMatchSnapshot(); }); - it('should render an empty basket', () => { + it('should render an empty cart', () => { const component = ( diff --git a/src/payment/__snapshots__/PaymentPage.test.jsx.snap b/src/payment/__snapshots__/PaymentPage.test.jsx.snap index f2b5df556..7a3e62605 100644 --- a/src/payment/__snapshots__/PaymentPage.test.jsx.snap +++ b/src/payment/__snapshots__/PaymentPage.test.jsx.snap @@ -173,7 +173,7 @@ exports[` Renders correctly in various states should render a red `; -exports[` Renders correctly in various states should render an empty basket 1`] = ` +exports[` Renders correctly in various states should render an empty cart 1`] = `
@@ -186,7 +186,7 @@ exports[` Renders correctly in various states should render an em
- Your basket is empty. + Your cart is empty.