Skip to content

Commit 5a99111

Browse files
committed
Fixed a grammatical error on the vault tooltip
1 parent f06f52c commit 5a99111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Braintree/view/frontend/web/template/payment/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</span>
123123
<div class="field-tooltip-content"
124124
data-target="dropdown"
125-
translate="'We store you payment information securely on Braintree servers via SSL.'"></div>
125+
translate="'We store your payment information securely on Braintree servers via SSL.'"></div>
126126
</div>
127127
</div>
128128
<!-- /ko -->

app/code/Magento/Braintree/view/frontend/web/template/payment/paypal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</span>
4646
<div class="field-tooltip-content"
4747
data-target="dropdown"
48-
translate="'We store you payment information securely on Braintree servers via SSL.'"></div>
48+
translate="'We store your payment information securely on Braintree servers via SSL.'"></div>
4949
</div>
5050
</div>
5151
<!-- /ko -->

0 commit comments

Comments
 (0)