i18n DebugLogView
// FREEBIE
This commit is contained in:
parent
1d6e391dd6
commit
c6956f81d0
3 changed files with 21 additions and 4 deletions
|
@ -16,6 +16,13 @@
|
|||
'submit': 'submit',
|
||||
'click .close': 'close'
|
||||
},
|
||||
render_attributes: {
|
||||
title: i18n('submitDebugLog'),
|
||||
cancel: i18n('cancel'),
|
||||
submit: i18n('submit'),
|
||||
close: i18n('gotIt'),
|
||||
debugLogExplanation: i18n('debugLogExplanation')
|
||||
},
|
||||
close: function(e) {
|
||||
e.preventDefault();
|
||||
this.remove();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue