Skip to content

Commit 1df152a

Browse files
author
Oleksii Korshenko
authored
MAGETWO-85293: 12613: Verbiage Update Required: Product Image Watermark size Validation Message. #985
2 parents 313f04a + 25fd004 commit 1df152a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Submit,Submit
615615
"We don't recognize or support this file extension type.","We don't recognize or support this file extension type."
616616
"Configure Product","Configure Product"
617617
OK,OK
618-
"This value does not follow the specified format (for example, 200X300).","This value does not follow the specified format (for example, 200X300)."
618+
"This value does not follow the specified format (for example, 200x300).","This value does not follow the specified format (for example, 200x300)."
619619
"Select type of option.","Select type of option."
620620
"Please add rows to option.","Please add rows to option."
621621
"Please select items.","Please select items."

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define([
2626

2727
return !!(m && m[1] > 0 && m[2] > 0);
2828
},
29-
$.mage.__('This value does not follow the specified format (for example, 200X300).')
29+
$.mage.__('This value does not follow the specified format (for example, 200x300).')
3030
);
3131

3232
return Abstract.extend({

0 commit comments

Comments
 (0)