mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
i18n KeyConflictDialogue
// FREEBIE
This commit is contained in:
@@ -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')
|
||||
};
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user