mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-01 00:46:54 +08:00
Fix the message that appears when upgrading the mailbox
This commit is contained in:
parent
1435904f3c
commit
889264d777
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Application
|
||||||
@setDatabasePhase('close')
|
@setDatabasePhase('close')
|
||||||
@windowManager.closeAllWindows()
|
@windowManager.closeAllWindows()
|
||||||
|
|
||||||
loadingMessage = "We need to rebuild your mailbox to support new features.<br/>Please wait a few moments while we re-sync your mail."
|
loadingMessage = "Please wait while we prepare new features."
|
||||||
@_deleteDatabase =>
|
@_deleteDatabase =>
|
||||||
@setDatabasePhase('setup')
|
@setDatabasePhase('setup')
|
||||||
@openWindowsForTokenState(loadingMessage)
|
@openWindowsForTokenState(loadingMessage)
|
||||||
|
|
Loading…
Add table
Reference in a new issue