From e82587dfc41618474e03347df333e847dfaffc70 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Sep 2018 13:21:25 +0200 Subject: [PATCH] buckets: change wording of new_issue_msg() --- lib/buckets.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }