Skip to content

Commit

Permalink
fix: added missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Haris Spahija <[email protected]>
  • Loading branch information
HarisSpahijaPon committed Nov 21, 2019
1 parent 3ca2ba2 commit 7e45ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class CheckoutActions extends Component {

static defaultProps = {
cancelButtonText: "Cancel",
isNotSavingButtonText: "Place your order"
isNotSavingButtonText: "Place your order",
isSavingButtonText: "Placing your order...",
saveButtonText: "Save and continue",
};
Expand Down

0 comments on commit 7e45ee8

Please sign in to comment.