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 f9784f1 + 7264092 commit b2805ebCopy full SHA for b2805eb
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