Merge pull request #10859 from filipefurtad0/change_voucher_default_message_en

[Vouchers] Updates warning_forfeit_remaining_amount default message
This commit is contained in:
Konrad
2023-05-23 08:20:41 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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