Skip to content

Commit 6625e8c

Browse files
committed
MAGETWO-54779: [GitHub] Image size for Product Watermarks can't be set #5270
- fixing error phrase
1 parent e62316b commit 6625e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ Image,Image
700700
"Allowed file types: jpeg, gif, png.","Allowed file types: jpeg, gif, png."
701701
"Image Opacity","Image Opacity"
702702
"Example format: 200x300.","Example format: 200x300."
703-
"The value is not within the specified format eg: 200x300","The value is not within the specified format eg: 200x300"
703+
"This value does not follow the specified format (for example, 200X300).","This value does not follow the specified format (for example, 200X300)."
704704
"Image Position","Image Position"
705705
Small,Small
706706
"Attribute Label","Attribute Label"

app/code/Magento/Catalog/view/adminhtml/web/component/image-size-field.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define([
2525

2626
return !!(m && m[1] > 0 && m[2] > 0);
2727
},
28-
$.mage.__('The value is not within the specified format eg: 200x300')
28+
$.mage.__('This value does not follow the specified format (for example, 200X300).')
2929
);
3030

3131
return Abstract.extend({

0 commit comments

Comments
 (0)