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.
1 parent edd8a2c commit 78a580fCopy full SHA for 78a580f
app/code/Magento/Braintree/view/adminhtml/web/js/braintree.js
@@ -172,7 +172,7 @@ define([
172
$('body').trigger('processStop');
173
})
174
.catch(function () {
175
- self.error('Braintree can\'t be initialized.');
+ self.error($t('Braintree can\'t be initialized.'));
176
});
177
},
178
@@ -308,7 +308,7 @@ define([
308
309
self.hostedFieldsInstance.tokenize(function (err, payload) {
310
if (err) {
311
- self.error('Some payment input fields are invalid.');
+ self.error($t('Some payment input fields are invalid.'));
312
313
return false;
314
}
0 commit comments