mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #10859 from filipefurtad0/change_voucher_default_message_en
[Vouchers] Updates warning_forfeit_remaining_amount default message
This commit is contained in:
@@ -2070,7 +2070,7 @@ en:
|
||||
placeholder: Enter voucher code
|
||||
remove_code: Remove code
|
||||
confirm_delete: Are you sure you want to remove the voucher?
|
||||
warning_forfeit_remaining_amount: Your voucher value is more than your order. By using this voucher you are forfeiting the remaining value.
|
||||
warning_forfeit_remaining_amount: "Note: if your order total is less than your voucher you may not be able to spend the remaining value."
|
||||
step3:
|
||||
delivery_details:
|
||||
title: Delivery details
|
||||
|
||||
@@ -760,8 +760,8 @@ describe "As a consumer, I want to checkout my order" do
|
||||
click_button("Apply")
|
||||
|
||||
expect(page).to have_content(
|
||||
"Your voucher value is more than your order. " \
|
||||
"By using this voucher you are forfeiting the remaining value."
|
||||
"Note: if your order total is less than your voucher " \
|
||||
"you may not be able to spend the remaining value."
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user