Fix broken reference to i18n string 'mediaMessage'

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-31 09:56:21 -07:00
parent 0e96d086c5
commit 25ebcc3131

View file

@ -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');