From 15776c8ec6ffb04120eb091a8bc62d6a2793058d Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 26 Jan 2016 14:49:05 -0800 Subject: [PATCH] Fix the message that appears when upgrading the mailbox --- src/browser/application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/application.coffee b/src/browser/application.coffee index 3c8d64953..d42bddc59 100644 --- a/src/browser/application.coffee +++ b/src/browser/application.coffee @@ -229,7 +229,7 @@ class Application @setDatabasePhase('close') @windowManager.closeAllWindows() - loadingMessage = "We need to rebuild your mailbox to support new features.
Please wait a few moments while we re-sync your mail." + loadingMessage = "Please wait while we prepare new features." @_deleteDatabase => @setDatabasePhase('setup') @openWindowsForTokenState(loadingMessage)