Skip to content

Commit

Permalink
Merge branch 'pr-668' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Aug 10, 2023
2 parents 90ca417 + a11b603 commit 14b4db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/template/payment/giftcard.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- ko if: getIssuers() -->
<!-- ko if: getIssuerListType() == 'dropdown' -->
<div class="field-select-billing">
<strong><span data-bind="i18n: 'Select Bank'"></span></strong>
<strong><span data-bind="i18n: 'Select Giftcard'"></span></strong>
<select data-bind="options: getIssuers(), optionsText: 'name', optionsValue: 'id', value: selectedIssuer"></select>
</div>
<br/>
Expand Down

0 comments on commit 14b4db9

Please sign in to comment.