From 497d5eb4f9b5df78dbf75d1a702abd7b98659b55 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 5 Dec 2013 16:59:38 +0100 Subject: [PATCH] fix capital letters in email signature --- src/js/app-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app-config.js b/src/js/app-config.js index 15d740e..7106b4e 100644 --- a/src/js/app-config.js +++ b/src/js/app-config.js @@ -52,7 +52,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.\n\nOpen Whiteout Mail: https://chrome.google.com/webstore/detail/jjgghafhamholjigjoghcfcekhkonijg', cryptPrefix: '-----BEGIN PGP MESSAGE-----', cryptSuffix: '-----END PGP MESSAGE-----', - signature: 'Sent securely from whiteout mail', + signature: 'Sent securely from Whiteout Mail', webSite: 'http://whiteout.io', verificationSubject: 'New public key uploaded' };