Skip to content

Commit 76c6a49

Browse files
committed
#436: Cannot Drag and Drop Image to Upload Area in Banner, Slide in Safari, IE11 - Reformatted validation message
1 parent 8e75b7b commit 76c6a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/image-uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ define([
8888
var result = this._super();
8989

9090
if (!result.passed && result.rule === 'validate-file-type') {
91-
result.message += ('\t' + this.translations.allowedFileTypes + ':\t' + this.getAllowedFileExtensionsInCommaDelimitedFormat());
91+
result.message += (' ' + this.translations.allowedFileTypes + ': ' + this.getAllowedFileExtensionsInCommaDelimitedFormat() + '.');
9292
}
9393
return result;
9494
},

0 commit comments

Comments
 (0)