mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix sentence
This commit is contained in:
parent
52a7112591
commit
0aba448c48
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ function sendInboxFlagNotification ({
|
|||
recipient = flaggerFormat;
|
||||
}
|
||||
|
||||
authorName = `${sender} is writing this message to ${recipient}.`;
|
||||
authorName = `${sender} wrote this message to ${recipient}.`;
|
||||
|
||||
flagSlack.send({
|
||||
text,
|
||||
|
|
|
|||
Loading…
Reference in a new issue