Fix broken reference to i18n string 'mediaMessage'
FREEBIE
This commit is contained in:
parent
0e96d086c5
commit
25ebcc3131
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
return this.model.fileName;
|
||||
}
|
||||
if (this.isAudio() || this.isVideo()) {
|
||||
return i18n('mediaMssage');
|
||||
return i18n('mediaMessage');
|
||||
}
|
||||
|
||||
return i18n('unnamedFile');
|
||||
|
|
Loading…
Add table
Reference in a new issue