Skip to content

Commit e82587d

Browse files
committed
buckets: change wording of new_issue_msg()
1 parent ff8a8f5 commit e82587d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buckets.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ function new_issue_msg($app, $bucket, $title, $body) {
6161
$url += "&body=$body"
6262
}
6363

64-
$msg = "`nPlease create a new issue by using the following link and paste your console output:"
64+
$msg = "`nPlease try again or create a new issue by using the following link and paste your console output:"
6565
return "$msg`n$url"
6666
}

0 commit comments

Comments
 (0)