[WO-18] remove whiteout tag from subject

This commit is contained in:
Felix Hammerl 2013-11-21 12:10:29 +01:00
parent ab43098fe5
commit 32fc7a0a06
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ define(function(require) {
invitationMail = {
from: [sender],
to: [recipient],
subject: str.subjectPrefix + str.invitationSubject,
subject: str.invitationSubject,
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature
};