From abca6ffceacabc40694be285e06eca68b2162097 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 28 Jul 2015 00:36:32 -0700 Subject: [PATCH] fix(spelling): Uprading => Upgrading --- 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 7188e9268..90ae9bde7 100644 --- a/src/browser/application.coffee +++ b/src/browser/application.coffee @@ -139,7 +139,7 @@ class Application @windowManager.closeMainWindow() dialog.showMessageBox type: 'info' - message: 'Uprading Nylas' + message: 'Upgrading Nylas' detail: 'Welcome back to Nylas! We need to rebuild your mailbox to support new features. Please wait a few moments while we re-sync your mail.' buttons: ['OK'] @databaseManager.deleteAllDatabases().then =>