Fix the message that appears when upgrading the mailbox

This commit is contained in:
Ben Gotow 2016-01-26 14:49:05 -08:00
parent b32bf65774
commit 15776c8ec6

View file

@ -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)