Skip to content
Snippets Groups Projects
Commit 1df152ac authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

MAGETWO-85293: 12613: Verbiage Update Required: Product Image Watermark size...

MAGETWO-85293: 12613: Verbiage Update Required: Product Image Watermark size Validation Message. #985
parents 313f04a1 25fd0047
Branches
No related merge requests found
...@@ -615,7 +615,7 @@ Submit,Submit ...@@ -615,7 +615,7 @@ Submit,Submit
"We don't recognize or support this file extension type.","We don't recognize or support this file extension type." "We don't recognize or support this file extension type.","We don't recognize or support this file extension type."
"Configure Product","Configure Product" "Configure Product","Configure Product"
OK,OK OK,OK
"This value does not follow the specified format (for example, 200X300).","This value does not follow the specified format (for example, 200X300)." "This value does not follow the specified format (for example, 200x300).","This value does not follow the specified format (for example, 200x300)."
"Select type of option.","Select type of option." "Select type of option.","Select type of option."
"Please add rows to option.","Please add rows to option." "Please add rows to option.","Please add rows to option."
"Please select items.","Please select items." "Please select items.","Please select items."
......
...@@ -26,7 +26,7 @@ define([ ...@@ -26,7 +26,7 @@ define([
return !!(m && m[1] > 0 && m[2] > 0); return !!(m && m[1] > 0 && m[2] > 0);
}, },
$.mage.__('This value does not follow the specified format (for example, 200X300).') $.mage.__('This value does not follow the specified format (for example, 200x300).')
); );
return Abstract.extend({ return Abstract.extend({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment