-
Notifications
You must be signed in to change notification settings - Fork 1
EP-2612 - [Partial changes] Update cart header and empty cart message for clarity #1253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -29,8 +29,8 @@ <h3 translate>Give an Extra One-Time Gift</h3> | |||||||
| ng-if="$ctrl.errors.addToCart" | ||||||||
| > | ||||||||
| <p translate> | ||||||||
| There was an error adding some of your gifts to cart. The ones below | ||||||||
| were unable to be added to cart. | ||||||||
| There was an error adding some of your gifts. The ones below were | ||||||||
| unable to be added to your gifts. | ||||||||
|
||||||||
| There was an error adding some of your gifts. The ones below were | |
| unable to be added to your gifts. | |
| There was an error adding some of your gifts. The ones below could not be added. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| or email <a href="mailto:[email protected]">[email protected]</a>. | ||
| </p> | ||
| <p> | ||
| We apologize for the inconvenience. You may still finish giving the gifts in | ||
| your cart by checking out as a guest. | ||
| We apologize for the inconvenience. You may still finish giving your gifts | ||
| by checking out as a guest. | ||
| </p> | ||
| </div> | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,14 +12,14 @@ | |||||
| ng-if="!$ctrl.hasItems && !$ctrl.loading && !$ctrl.error" | ||||||
| > | ||||||
| <div class="col-xs-12"> | ||||||
| <p class="text-center mt-" translate>Your cart is empty</p> | ||||||
| <p class="text-center mt-" translate>Your have no gifts selected</p> | ||||||
|
||||||
| <p class="text-center mt-" translate>Your have no gifts selected</p> | |
| <p class="text-center mt-" translate>You have no gifts selected</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammatical error: 'Your have' should be 'You have'.