i18n EndSessionView
// FREEBIE
This commit is contained in:
parent
02cc6623ea
commit
0a43e9e8b2
3 changed files with 9 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
|||
window.Whisper = window.Whisper || {};
|
||||
|
||||
Whisper.EndSessionView = Whisper.View.extend({
|
||||
tagName: "div",
|
||||
className: "end-session",
|
||||
tagName: 'div',
|
||||
className: 'end-session',
|
||||
templateName: 'message',
|
||||
render_attributes: function() {
|
||||
return { text: 'Secure session ended' };
|
||||
return { text: i18n('sessionEnded') };
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue