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.
1 parent 7def6ea commit 59cb545Copy full SHA for 59cb545
app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js
@@ -395,15 +395,15 @@ require([
395
errReason = tmpError.reason;
396
397
if (['keyInvalid'].indexOf(errReason) !== -1) {
398
- errorsMessage.push('Youtube API key is an invalid');
+ errorsMessage.push('Youtube API key is invalid');
399
400
break;
401
}
402
403
errorsMessage.push(tmpError.message);
404
405
406
- return 'Video can\'t be shown by reason: ' + $.unique(errorsMessage).join(', ');
+ return 'Video cannot be shown due to the following reason: ' + $.unique(errorsMessage).join(', ');
407
};
408
409
if (data.error && data.error.code === 400) {
0 commit comments