From ad584c0dee17e739a87637f4e5d4ca10ec78ce85 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 6 Feb 2018 10:18:16 -0600 Subject: [PATCH] Update messaging text --- app/assets/javascripts/app/controllers/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/footer.js b/app/assets/javascripts/app/controllers/footer.js index ed15118ce..4da3b6ba1 100644 --- a/app/assets/javascripts/app/controllers/footer.js +++ b/app/assets/javascripts/app/controllers/footer.js @@ -95,7 +95,7 @@ angular.module('app') this.clickedNewUpdateAnnouncement = function() { this.newUpdateAvailable = false; - alert("A new update is ready to install. Simply quit Standard Notes and reopen it to apply the update.") + alert("A new update is ready to install. Simply quit Standard Notes and reopen it after a brief delay to apply the update.") }