fix: 🥅 Extend error message

This commit is contained in:
IceToast 2023-06-06 15:50:46 +02:00 committed by IceToast
parent 416e2f6d00
commit 466f903209

View file

@ -263,7 +263,7 @@
Swal.fire({ Swal.fire({
icon: 'error', icon: 'error',
title: 'Oops...', title: 'Oops...',
text: "{{ __('The coupon code you entered is invalid.') }}" text: "{{ __('The coupon code you entered is invalid or cannot be applied to this product.') }}"
}) })
})) }))
@ -286,7 +286,7 @@
Swal.fire({ Swal.fire({
icon: 'error', icon: 'error',
title: 'Oops...', title: 'Oops...',
text: "{{ __('The coupon code you entered is invalid.') }}" text: "{{ __('The coupon code you entered is invalid or cannot be applied to this product.') }}"
}) })
} }
}, },