Skip to content

Commit

Permalink
Added translation function for Magento_Braintree module's template file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanganinamrata committed Jul 13, 2018
1 parent 16839c0 commit 48530d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $config = [
class="action-braintree-paypal-logo" disabled>
<img class="braintree-paypal-button-hidden"
src="https://checkout.paypal.com/pwpp/2.17.6/images/pay-with-paypal.png"
alt="Pay with PayPal"/>
alt="<?= $block->escapeHtml(__('Pay with PayPal')) ?>"
title="<?= $block->escapeHtml(__('Pay with PayPal')) ?>"/>
</button>
</div>

0 comments on commit 48530d2

Please sign in to comment.