Make the term 'Verified' fully localizable
FREEBIE
This commit is contained in:
parent
e9968c3118
commit
8264f3ba33
5 changed files with 24 additions and 15 deletions
|
@ -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() {
|
||||
|
|
|
@ -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(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue