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 88bfbd5 commit 3109c8eCopy full SHA for 3109c8e
lib/web/mage/backend/validation.js
@@ -224,7 +224,7 @@
224
}
225
return true;
226
},
227
- 'Please enter a number greater 0 in this field.'
+ $.mage.__('Please enter a number greater 0 in this field.')
228
],
229
'validate-rating': [
230
function () {
@@ -236,7 +236,7 @@
236
});
237
return noError;
238
239
- 'Please select one of each ratings above.'
+ $.mage.__('Please select one of each ratings above.')
240
241
'validate-downloadable-file': [
242
function (v, element) {
@@ -267,7 +267,7 @@
267
268
269
270
- 'Please specify Url.'
+ $.mage.__('Please specify Url.')
271
]
272
}, function (rule, i) {
273
rule.unshift(i);
0 commit comments