From 203a8a39906ea9ccce425f2fae3f126a8c98e491 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 27 Aug 2013 21:23:36 +0200 Subject: [PATCH] Update comment in MESSAGE --- src/js/dao/email-dao.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/dao/email-dao.js b/src/js/dao/email-dao.js index bc26cec..83b80f2 100644 --- a/src/js/dao/email-dao.js +++ b/src/js/dao/email-dao.js @@ -9,7 +9,7 @@ define(function(require) { app = require('js/app-config'); var SUBJECT = '[whiteout] Encrypted message', - MESSAGE = 'this is a private conversation just between the two of us. To read the encrypted message below, simply install Whiteout Mail for Chrome and encrypt your emails without any hassle: https://chrome.google.com/webstore/detail/whiteout-mail/jjgghafhamholjigjoghcfcekhkonijg\n\n\n', + MESSAGE = 'this is a private conversation just between the two of us. To read the encrypted message below, simply install Whiteout Mail for Chrome. The app is really easy to use and allows end-to-end encryption of your emails without any hassle: https://chrome.google.com/webstore/detail/whiteout-mail/jjgghafhamholjigjoghcfcekhkonijg\n\n\n', PREFIX = '-----BEGIN ENCRYPTED MESSAGE-----\n', SUFFIX = '\n-----END ENCRYPTED MESSAGE-----', SIGNATURE = '\n\n\nSent from whiteout mail, for easy end-to-end encrypted messaging\nhttp://whiteout.io\n\n'; @@ -580,4 +580,4 @@ define(function(require) { } return EmailDAO; -}); \ No newline at end of file +});