Skip to content

Commit 25fd004

Browse files
author
Oleksii Korshenko
committed
MAGETWO-85293: 12613: Verbiage Update Required: Product Image Watermark size Validation Message. #985
- Merge Pull Request magento-engcom/magento2ce#985 from nmalevanec/magento2:12613 - Merged commits: 1. 74dbd7d
2 parents d865ef1 + 74dbd7d commit 25fd004

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
@@ -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

Lines changed: 1 addition & 1 deletion
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)