Move all instances of 'verify identity' to 'show identity'
As discussed in standup this morning - only the act of verifying or a statement about current status should use that word 'verify.' FREEBIE
This commit is contained in:
parent
ee0b0f5ffb
commit
ae3587f05e
6 changed files with 13 additions and 13 deletions
|
@ -86,15 +86,15 @@
|
|||
this.listenTo(this.conversation, 'change', this.render);
|
||||
},
|
||||
events: {
|
||||
'click .content': 'verifyIdentity'
|
||||
'click .content': 'showIdentity'
|
||||
},
|
||||
render_attributes: function() {
|
||||
return {
|
||||
content: this.model.getNotificationText()
|
||||
};
|
||||
},
|
||||
verifyIdentity: function() {
|
||||
this.$el.trigger('verify-identity', this.conversation);
|
||||
showIdentity: function() {
|
||||
this.$el.trigger('show-identity', this.conversation);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue