Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit f442cf1

Browse files
author
Tankred Hase
committed
fix invitation message
1 parent 647a248 commit f442cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/js/app-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ define(function(require) {
4949
subjectPrefix: '[whiteout] ',
5050
fallbackSubject: '(no subject)',
5151
invitationSubject: 'Invitation to a private conversation',
52-
invitationMessage: 'I would like to invite you to a private conversation. To read my encrypted messages, 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',
52+
invitationMessage: 'I would like to invite you to a private conversation!\n\nIn order to read my encrypted message please install the Whiteout Mail application. This application is used to read and write messages securely with strong encryption applied.\n\nGo to the Whiteout Networks homepage to learn more and to download the application: https://whiteout.io',
5353
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',
5454
cryptPrefix: '-----BEGIN PGP MESSAGE-----',
5555
cryptSuffix: '-----END PGP MESSAGE-----',

src/js/bo/outbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ define(function(require) {
232232
from: [sender],
233233
to: [recipient],
234234
subject: str.invitationSubject,
235-
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature
235+
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n'
236236
};
237237

238238
// send invitation mail

0 commit comments

Comments
 (0)