mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 02:20:14 -05:00
[WO-18] remove whiteout tag from subject
This commit is contained in:
parent
ab43098fe5
commit
32fc7a0a06
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user