From 0ebe4d3b3d0e4daecc5477e6602c87507d5b261b Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 28 Aug 2013 10:31:53 +0200 Subject: [PATCH] edit signature --- 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 c5a86b1..ccd80c9 100644 --- a/src/js/dao/email-dao.js +++ b/src/js/dao/email-dao.js @@ -12,7 +12,7 @@ define(function(require) { MESSAGE = 'this is a private conversation. To read my encrypted message below, simply install Whiteout Mail for Chrome. The app is really easy to use and automatically encrypts sent emails, so that only the two of us can read them: 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'; + SIGNATURE = '\n\n\nSent securely from my whiteout account\nhttp://whiteout.io\n\n'; /** * A high-level Data-Access Api for handling Email synchronization @@ -580,4 +580,4 @@ define(function(require) { } return EmailDAO; -}); +}); \ No newline at end of file