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 = () => (