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