Make the term 'Verified' fully localizable

FREEBIE
This commit is contained in:
Scott Nonnenberg
2017-06-14 12:29:32 -07:00
parent e9968c3118
commit 8264f3ba33
5 changed files with 24 additions and 15 deletions

View File

@@ -64,7 +64,8 @@
},
render_attributes: function() {
return {
verified: this.model.isVerified(),
isVerified: this.model.isVerified(),
verified: i18n('verified'),
name: this.model.getName(),
number: this.model.getNumber(),
};