Skip to content

Commit d34ed1a

Browse files
ENGCOM-2330: [Forwardport] Added translation function for Magento_Braintree module's template file. #16771
- Merge Pull Request #16771 from sanganinamrata/magento2:2.3-develop - Merged commits: 1. db2ff9a 2. 2456027 3. 77acbc9 4. 08ad531 5. 7a30913 6. 1f54168 7. 00923c1 8. 9416d30 9. 2318a88 10. 9a5fb7a 11. e144b30 12. ab22f6c 13. f3411b6
2 parents f1154d4 + f3411b6 commit d34ed1a

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Braintree/view/frontend/templates/paypal

1 file changed

+2
-1
lines changed

app/code/Magento/Braintree/view/frontend/templates/paypal/button.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $config = [
2929
class="action-braintree-paypal-logo" disabled>
3030
<img class="braintree-paypal-button-hidden"
3131
src="https://checkout.paypal.com/pwpp/2.17.6/images/pay-with-paypal.png"
32-
alt="Pay with PayPal"/>
32+
alt="<?= $block->escapeHtml(__('Pay with PayPal')) ?>"
33+
title="<?= $block->escapeHtml(__('Pay with PayPal')) ?>"/>
3334
</button>
3435
</div>

0 commit comments

Comments
 (0)