i18n 'Permanently delete this conversation?'
// FREEBIE
This commit is contained in:
parent
b9ecdbf402
commit
d861797d66
2 changed files with 5 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
|||
},
|
||||
|
||||
destroyMessages: function(e) {
|
||||
this.confirm("Permanently delete this conversation?").then(function() {
|
||||
this.confirm(i18n('deleteConversationConfirmation')).then(function() {
|
||||
this.model.destroyMessages();
|
||||
this.remove();
|
||||
}.bind(this)).catch(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue