Skip to content

Commit e6ae5b0

Browse files
author
Cari Spruiell
committed
MAGETWO-44459: Check javascript function calls and labels are translatable
- restore message formatting
1 parent 4cf30e4 commit e6ae5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require([
7070
* Return string
7171
*/
7272
toString: function () {
73-
return this.name + this.message;
73+
return this.name + ': ' + this.message;
7474
}
7575
};
7676
}

0 commit comments

Comments
 (0)