mirror of
https://github.com/moparisthebest/mail
synced 2024-11-16 22:25:08 -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 = {
|
invitationMail = {
|
||||||
from: [sender],
|
from: [sender],
|
||||||
to: [recipient],
|
to: [recipient],
|
||||||
subject: str.subjectPrefix + str.invitationSubject,
|
subject: str.invitationSubject,
|
||||||
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature
|
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user