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

@@ -35,7 +35,8 @@
title: this.model.getTitle(),
number: this.model.getNumber(),
avatar: this.model.getAvatar(),
verified: this.model.isVerified()
isVerified: this.model.isVerified(),
verified: i18n('verified')
};
},
showIdentity: function() {