Skip to content

Commit

Permalink
fix: minor typo's
Browse files Browse the repository at this point in the history
Signed-off-by: Haris Spahija <haris.spahija@pon.com>
  • Loading branch information
HarisSpahijaPon committed Nov 26, 2019
1 parent 7c2c9f1 commit aedc140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/src/components/CartSummary/v1/CartSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ class CartSummary extends Component {
taxLabelText: PropTypes.string,
}

static defaultProps: {
static defaultProps = {
cartTitleText: "Cart Summary",
freeText: "FREE",
itemLabelText: "Items",
itemsText: "items",
orderTotalLabelText: "Order total"
orderTotalLabelText: "Order total",
promoCodeText: "Promo code applied",
shippingLabelText: "Shipping",
surchargesLabelText: "Surcharges",
Expand Down

0 comments on commit aedc140

Please sign in to comment.