File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Resources/views/storefront/page/checkout/ratepay/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<div class =" form-row" >
23
23
<div class =" form-group col-sm-4" >
24
24
<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 >
26
26
</label >
27
27
{% if ratepay .accountHolders | length == 1 %}
28
28
<input type =" text"
50
50
</div >
51
51
<div class =" form-group col-sm-4" >
52
52
<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 >
54
54
</label >
55
55
<input
56
56
type =" text"
You can’t perform that action at this time.
0 commit comments