i18n ContactView
Part of the MessageDetailView // FREEBIE
This commit is contained in:
parent
d502f1bdee
commit
3172c49436
3 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,8 @@
|
|||
name : this.model.getTitle(),
|
||||
avatar : this.model.getAvatar(),
|
||||
conflict : this.conflict,
|
||||
errors : this.errors
|
||||
errors : this.errors,
|
||||
verify : i18n('verify')
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue