Skip to content

Commit a11b603

Browse files
authored
NTR: Correct selection string for giftcard
1 parent 5104662 commit a11b603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/template/payment/giftcard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- ko if: getIssuers() -->
2121
<!-- ko if: getIssuerListType() == 'dropdown' -->
2222
<div class="field-select-billing">
23-
<strong><span data-bind="i18n: 'Select Bank'"></span></strong>
23+
<strong><span data-bind="i18n: 'Select Giftcard'"></span></strong>
2424
<select data-bind="options: getIssuers(), optionsText: 'name', optionsValue: 'id', value: selectedIssuer"></select>
2525
</div>
2626
<br/>

0 commit comments

Comments
 (0)