From da9fa286120a995c0261933562c78c9a4d801fca Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 11 Mar 2014 12:16:51 +0000 Subject: [PATCH] Remove mention of Dropbox in external update dialog --- services/web/public/coffee/editor/Editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/editor/Editor.coffee b/services/web/public/coffee/editor/Editor.coffee index 7c86598ad6..d4313fe6eb 100644 --- a/services/web/public/coffee/editor/Editor.coffee +++ b/services/web/public/coffee/editor/Editor.coffee @@ -224,7 +224,7 @@ define [ document.on "externalUpdate", () => Modal.createModal title: "Document Updated Externally" - message: "This document was just updated externally (probably via Dropbox). Any recent changes you have made may have been overwritten. To see previous versions please look in the history." + message: "This document was just updated externally. Any recent changes you have made may have been overwritten. To see previous versions please look in the history." buttons:[ text: "Ok" ]