mirror of https://github.com/OCA/social.git
[FIX] mail_tracking: Typo
parent
3f02932e29
commit
7c95d2b909
|
@ -49,7 +49,7 @@ class MailTrackingEmail(models.Model):
|
||||||
('deferred', 'Deferred'),
|
('deferred', 'Deferred'),
|
||||||
('sent', 'Sent'),
|
('sent', 'Sent'),
|
||||||
('delivered', 'Delivered'),
|
('delivered', 'Delivered'),
|
||||||
('opened', 'Open'),
|
('opened', 'Opened'),
|
||||||
('rejected', 'Rejected'),
|
('rejected', 'Rejected'),
|
||||||
('spam', 'Spam'),
|
('spam', 'Spam'),
|
||||||
('unsub', 'Unsubscribed'),
|
('unsub', 'Unsubscribed'),
|
||||||
|
@ -63,7 +63,7 @@ class MailTrackingEmail(models.Model):
|
||||||
"sent via outgoing email server (SMTP).\n"
|
"sent via outgoing email server (SMTP).\n"
|
||||||
" * The 'Delivered' status indicates that message was "
|
" * The 'Delivered' status indicates that message was "
|
||||||
"succesfully delivered to recipient Mail Exchange (MX) server.\n"
|
"succesfully delivered to recipient Mail Exchange (MX) server.\n"
|
||||||
" * The 'Open' status indicates that message was opened or "
|
" * The 'Opened' status indicates that message was opened or "
|
||||||
"clicked by recipient.\n"
|
"clicked by recipient.\n"
|
||||||
" * The 'Rejected' status indicates that recipient email "
|
" * The 'Rejected' status indicates that recipient email "
|
||||||
"address is blacklisted by outgoing email server (SMTP). "
|
"address is blacklisted by outgoing email server (SMTP). "
|
||||||
|
|
Loading…
Reference in New Issue