We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ca417 + a11b603 commit 14b4db9Copy full SHA for 14b4db9
view/frontend/web/template/payment/giftcard.html
@@ -20,7 +20,7 @@
20
<!-- ko if: getIssuers() -->
21
<!-- ko if: getIssuerListType() == 'dropdown' -->
22
<div class="field-select-billing">
23
- <strong><span data-bind="i18n: 'Select Bank'"></span></strong>
+ <strong><span data-bind="i18n: 'Select Giftcard'"></span></strong>
24
<select data-bind="options: getIssuers(), optionsText: 'name', optionsValue: 'id', value: selectedIssuer"></select>
25
</div>
26
<br/>
0 commit comments