Remove errornous quotes from alert text

This commit is contained in:
Maikel Linke
2021-10-11 16:43:14 +11:00
parent b008116734
commit 35ed7e852d
2 changed files with 2 additions and 2 deletions

View File

@@ -2711,7 +2711,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
resolve_errors: Please resolve the following errors
more_items: "+ %{count} More"
default_card_updated: Default Card Updated
default_card_voids_auth: Changing your default card will remove shops' existing authorizations to charge it. You can re-authorize shops after updating the default card. Do you wish to change the default card?"
default_card_voids_auth: Changing your default card will remove shops' existing authorizations to charge it. You can re-authorize shops after updating the default card. Do you wish to change the default card?
cart:
add_to_cart_failed: >
There was a problem adding this product to the cart.

View File

@@ -65,7 +65,7 @@ describe "Credit Cards", js: true do
alert_text = <<~TEXT.strip
Changing your default card will remove shops' existing authorizations \
to charge it. You can re-authorize shops after updating the default \
card. Do you wish to change the default card?"
card. Do you wish to change the default card?
TEXT
within(".card#card#{non_default_card.id}") do
accept_alert(alert_text) do