checkout / link_checkoutcom

Checkout.com Unified Payments API cartridge for Salesforce Commerce Cloud
0 stars 2 forks source link

Bancontact missing translation string #77

Closed david-fiaty-cko closed 4 years ago

david-fiaty-cko commented 4 years ago

https://github.com/checkout/link_checkoutcom/blob/e8f6c4bbcd986e36996dae4df0b546fb08495348/Cartridges/int_checkoutcom/cartridge/templates/default/alternativePayments/bancontact.isml#L3

Please translate the "Edit" string and use the name of. the APM the alt attribute. Example:
alt="${Resource.msg('cko.bancontact.name','cko',null)}" value="${Resource.msg('cko.button.edit','cko',null)}"

This has to be done for all APMs in all templates.

michael-ugborikoko-cko commented 4 years ago

alt's added and Edit removed. not needed Done