Skip to content

Commit 7b8f198

Browse files
committed
add mandatory stars to bank account fields
1 parent d9fc4e8 commit 7b8f198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/views/storefront/page/checkout/ratepay/common/bank-account.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="form-row">
2323
<div class="form-group col-sm-4">
2424
<label class="form-label" for="rp-iban-account-holder">
25-
<strong>{{ "ratepay.storefront.checkout.fields.accountHolder"|trans|sw_sanitize }}</strong>
25+
<strong>{{ "ratepay.storefront.checkout.fields.accountHolder"|trans|sw_sanitize }}{{ "general.required"|trans|sw_sanitize }}</strong>
2626
</label>
2727
{% if ratepay.accountHolders|length == 1 %}
2828
<input type="text"
@@ -50,7 +50,7 @@
5050
</div>
5151
<div class="form-group col-sm-4">
5252
<label class="form-label" for="rp-iban-account-number">
53-
<strong>{{ "ratepay.storefront.checkout.fields.iban"|trans|sw_sanitize }}</strong>
53+
<strong>{{ "ratepay.storefront.checkout.fields.iban"|trans|sw_sanitize }}{{ "general.required"|trans|sw_sanitize }}</strong>
5454
</label>
5555
<input
5656
type="text"

0 commit comments

Comments
 (0)