mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
i18n ConfirmationDialogView
// FREEBIE
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
'click .cancel': 'cancel',
|
||||
},
|
||||
render_attributes: function() {
|
||||
return { message: this.message };
|
||||
return {
|
||||
message: this.message,
|
||||
cancel: i18n('cancel'),
|
||||
ok: i18n('ok')
|
||||
};
|
||||
},
|
||||
ok: function() {
|
||||
this.remove();
|
||||
|
||||
Reference in New Issue
Block a user