diff --git a/react/src/webshop/components/modals/modal-product-reserve/ModalProductReserve.tsx b/react/src/webshop/components/modals/modal-product-reserve/ModalProductReserve.tsx
index a205e4f07..45a45da92 100644
--- a/react/src/webshop/components/modals/modal-product-reserve/ModalProductReserve.tsx
+++ b/react/src/webshop/components/modals/modal-product-reserve/ModalProductReserve.tsx
@@ -635,13 +635,6 @@ export default function ModalProductReserve({
))}
-
- {translate(
- vouchersNeedExtraPayment > 1
- ? 'modal_reserve_product.multiple_vouchers_warning'
- : 'modal_reserve_product.single_voucher_warning',
- )}
-
{vouchersNeedExtraPayment > 0 && (