Skip to content

Commit

Permalink
Translation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
moneimagento committed Apr 8, 2024
1 parent bdcf2d2 commit 2591776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/payment-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define([
this.apiKey = window.checkoutConfig.moneiApiKey;
if(!this.accountId || !this.apiKey) {
globalMessageList.addErrorMessage({
message: $.mage.__('Monei payment method is not available. Please, check your Monei configuration.')
message: $.mage.__('Monei payment methods are not available. Please, check your Monei configuration.')
});
}
}
Expand Down

0 comments on commit 2591776

Please sign in to comment.