🎨 s/N1/Nylas Mail/ in window hang/crash dialogs

This commit is contained in:
Christine Spang 2017-02-09 10:52:26 -08:00
parent 738ab3866d
commit b33653bdd8

View file

@ -190,7 +190,7 @@ class NylasWindow
chosen = dialog.showMessageBox @browserWindow,
type: 'warning'
buttons: ['Close', 'Keep Waiting']
message: 'N1 is not responding'
message: 'Nylas Mail is not responding'
detail: 'Would you like to force close it or keep waiting?'
@browserWindow.destroy() if chosen is 0
@ -209,7 +209,7 @@ class NylasWindow
chosen = dialog.showMessageBox @browserWindow,
type: 'warning'
buttons: ['Close Window', 'Reload', 'Keep It Open']
message: 'N1 has crashed'
message: 'Nylas Mail has crashed'
detail: 'Please report this issue to us at support@nylas.com.'
switch chosen
when 0 then @browserWindow.destroy()