mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
Fix tiny flaw in reminders email copy
This commit is contained in:
parent
20e28a8009
commit
03131a8acb
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class SendRemindersStore extends MailspringStore {
|
||||||
replyToHeaderMessageId: sentHeaderMessageId,
|
replyToHeaderMessageId: sentHeaderMessageId,
|
||||||
body: `
|
body: `
|
||||||
<strong>Mailspring Reminder:</strong> This thread has been moved to the top of
|
<strong>Mailspring Reminder:</strong> This thread has been moved to the top of
|
||||||
your inbox by Mailspring because no one has replied to your message</p>.
|
your inbox by Mailspring because no one has replied to your message.</p>
|
||||||
<p>--The Mailspring Team</p>`,
|
<p>--The Mailspring Team</p>`,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue