mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Fix test merging Job Description grammar
This commit is contained in:
@@ -403,7 +403,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
description != null ? String.Format(CultureInfo.InvariantCulture, "{0} and t", description) : "T",
|
||||
String.Join(", ", model.NewTestMerges.Select(x =>
|
||||
String.Format(CultureInfo.InvariantCulture, "#{0}{1}", x.Number,
|
||||
x.PullRequestRevision != null ? String.Format(CultureInfo.InvariantCulture, " {0}", x.PullRequestRevision.Substring(0, 7)) : String.Empty))),
|
||||
x.PullRequestRevision != null ? String.Format(CultureInfo.InvariantCulture, "at {0}", x.PullRequestRevision.Substring(0, 7)) : String.Empty))),
|
||||
description != null ? String.Empty : " in repository");
|
||||
|
||||
if (description == null)
|
||||
|
||||
Reference in New Issue
Block a user