i18n ConfirmationDialogView
// FREEBIE
This commit is contained in:
parent
ea9fa00658
commit
73ea415e95
3 changed files with 13 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue