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 21d24db + 705dd4f commit a160f2bCopy full SHA for a160f2b
app/code/Magento/Braintree/view/frontend/templates/paypal/button.phtml
@@ -30,6 +30,7 @@ $config = [
30
class="action-braintree-paypal-logo" disabled>
31
<img class="braintree-paypal-button-hidden"
32
src="https://checkout.paypal.com/pwpp/2.17.6/images/pay-with-paypal.png"
33
- alt="Pay with PayPal"/>
+ alt="<?php echo $block->escapeHtml(__('Pay with PayPal')); ?>"
34
+ title="<?php echo $block->escapeHtml(__('Pay with PayPal')); ?>"/>
35
</button>
36
</div>
0 commit comments