mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-16 21:20:23 +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')
|
||||
@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 =>
|
||||
@setDatabasePhase('setup')
|
||||
@openWindowsForTokenState(loadingMessage)
|
||||
|
|
Loading…
Reference in a new issue