|
|
@ -6,11 +6,8 @@
|
|
|
|
window.Whisper = window.Whisper || {};
|
|
|
|
window.Whisper = window.Whisper || {};
|
|
|
|
|
|
|
|
|
|
|
|
Whisper.ExpiredToast = Whisper.ToastView.extend({
|
|
|
|
Whisper.ExpiredToast = Whisper.ToastView.extend({
|
|
|
|
templateName: 'expired_toast',
|
|
|
|
|
|
|
|
render_attributes: function() {
|
|
|
|
render_attributes: function() {
|
|
|
|
return {
|
|
|
|
return { toastMessage: i18n('expiredWarning') };
|
|
|
|
expiredWarning: i18n('expiredWarning')
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|