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 2c3e6ff commit 4cf30e4Copy full SHA for 4cf30e4
app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js
@@ -63,14 +63,14 @@ require([
63
break;
64
default:
65
throw {
66
- name: 'Video Error',
67
- message: 'Unknown video type',
+ name: $.mage.__('Video Error'),
+ message: $.mage.__('Unknown video type'),
68
69
/**
70
* Return string
71
*/
72
toString: function () {
73
- return $.mage.__(this.name + ': ' + this.message);
+ return this.name + this.message;
74
}
75
};
76
0 commit comments