buckets: change wording of new_issue_msg()

This commit is contained in:
Richard Kuhnt
2018-09-10 13:21:25 +02:00
parent ff8a8f5820
commit e82587dfc4
+1 -1
View File
@@ -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"
}