Skip to content

'Enter a location' not translatable

In file Hyva_CheckoutPostcodeNL/templates/form/field/postcode-eu/address-auto-complete.phtml on line 50:

placeholder="<?= $escaper->escapeHtmlAttr('Enter a location') ?>"

This is not translatable and should be:

placeholder="<?= $escaper->escapeHtmlAttr(__('Enter a location')) ?>"

Edited by Kevin van der Laak
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information