i18n KeyConflictDialogue
// FREEBIE
This commit is contained in:
parent
3172c49436
commit
0e2d2d60c2
3 changed files with 15 additions and 6 deletions
|
@ -32,7 +32,12 @@
|
|||
this.conversation.resolveConflicts(this.model);
|
||||
},
|
||||
render_attributes: function() {
|
||||
return this.model;
|
||||
return {
|
||||
message: this.model.message,
|
||||
cancel: i18n('cancel'),
|
||||
resolve: i18n('acceptNewKey'),
|
||||
verifyContact: i18n('verifyContact')
|
||||
};
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue