mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
🎨 s/N1/Nylas Mail/ in window hang/crash dialogs
This commit is contained in:
parent
738ab3866d
commit
b33653bdd8
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue