Skip to content

Commit

Permalink
Fix translations issues in
Browse files Browse the repository at this point in the history
lib/web/mage/validation.js
lib/web/mage/validation/validation.js
lib/web/mage/backend/validation.js
  • Loading branch information
dvynograd committed Jul 21, 2016
1 parent 88bfbd5 commit 3109c8e
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 92 deletions.
6 changes: 3 additions & 3 deletions lib/web/mage/backend/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
}
return true;
},
'Please enter a number greater 0 in this field.'
$.mage.__('Please enter a number greater 0 in this field.')
],
'validate-rating': [
function () {
Expand All @@ -236,7 +236,7 @@
});
return noError;
},
'Please select one of each ratings above.'
$.mage.__('Please select one of each ratings above.')
],
'validate-downloadable-file': [
function (v, element) {
Expand Down Expand Up @@ -267,7 +267,7 @@
}
return true;
},
'Please specify Url.'
$.mage.__('Please specify Url.')
]
}, function (rule, i) {
rule.unshift(i);
Expand Down
Loading

0 comments on commit 3109c8e

Please sign in to comment.