We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf3af8 + 1858f72 commit 9abdcf5Copy full SHA for 9abdcf5
app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js
@@ -403,7 +403,8 @@ require([
403
errorsMessage.push(tmpError.message);
404
}
405
406
- return $.mage.__('Video cant be shown due to the following reason: ') + $.unique(errorsMessage).join(', ');
+ return $.mage.__('Video cant be shown due to the following reason: ') +
407
+ $.unique(errorsMessage).join(', ');
408
};
409
410
if (data.error && data.error.code === 400) {
0 commit comments