diff options
| -rw-r--r-- | dashboard/app/email_test.go | 4 | ||||
| -rw-r--r-- | dashboard/app/mail_bug.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index df1abbb5c..8badf910c 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -72,7 +72,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. -Note: all commands must start from beginning of the line. +Note: all commands must start from beginning of the line in the email body. To upstream this report, please reply with: #syz upstream` c.expectEQ(msg.Body, body) @@ -218,7 +218,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. -Note: all commands must start from beginning of the line. +Note: all commands must start from beginning of the line in the email body. ` c.expectEQ(msg.Body, body) } diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index 5bf333f3b..0c69bcd03 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -28,7 +28,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. -Note: all commands must start from beginning of the line. +Note: all commands must start from beginning of the line in the email body. {{if .Moderation -}} To upstream this report, please reply with: #syz upstream |
