Fix broken reference to i18n string 'mediaMessage'

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 0e96d086c5
commit 25ebcc3131

@ -134,7 +134,7 @@
return this.model.fileName; return this.model.fileName;
} }
if (this.isAudio() || this.isVideo()) { if (this.isAudio() || this.isVideo()) {
return i18n('mediaMssage'); return i18n('mediaMessage');
} }
return i18n('unnamedFile'); return i18n('unnamedFile');

Loading…
Cancel
Save