i18n 'Media message'

Fixes #736

// FREEBIE
This commit is contained in:
lilia 2016-04-15 20:07:35 -07:00
parent 21bfb61b7a
commit dd7d72a77d
2 changed files with 5 additions and 1 deletions

View file

@ -73,7 +73,7 @@
return description;
}
if (this.get('attachments').length > 0) {
return 'Media message';
return i18n('mediaMessage');
}
return '';