diff --git a/lib/buckets.ps1 b/lib/buckets.ps1 index f30c4faeb..8cb006b60 100644 --- a/lib/buckets.ps1 +++ b/lib/buckets.ps1 @@ -61,6 +61,6 @@ function new_issue_msg($app, $bucket, $title, $body) { $url += "&body=$body" } - $msg = "`nPlease create a new issue by using the following link and paste your console output:" + $msg = "`nPlease try again or create a new issue by using the following link and paste your console output:" return "$msg`n$url" }