Skip to content

Commit 9abdcf5

Browse files
author
Cari Spruiell
committed
Merge remote-tracking branch 'remotes/api/MAGETWO-44459-Check-javascript-function-calls-and-labels-are-translatable' into API-Bug-PR
2 parents ddf3af8 + 1858f72 commit 9abdcf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ require([
403403
errorsMessage.push(tmpError.message);
404404
}
405405

406-
return $.mage.__('Video cant be shown due to the following reason: ') + $.unique(errorsMessage).join(', ');
406+
return $.mage.__('Video cant be shown due to the following reason: ') +
407+
$.unique(errorsMessage).join(', ');
407408
};
408409

409410
if (data.error && data.error.code === 400) {

0 commit comments

Comments
 (0)