From 289caa196c87cdccff2963f054c555244f2fd0ac Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 28 Aug 2013 20:03:33 +0200 Subject: [PATCH] update signature --- src/js/dao/email-dao.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/dao/email-dao.js b/src/js/dao/email-dao.js index 157fb85..58bc517 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 securely from my whiteout account\nhttp://whiteout.io\n\n'; + SIGNATURE = '\n\n\nSent securely from whiteout mail\nhttp://whiteout.io\n\n'; /** * A high-level Data-Access Api for handling Email synchronization