Merge pull request #650 from tgstation/649-Speellling

Fix test merging Job Description grammar
This commit is contained in:
Jordan Brown
2018-09-15 12:15:23 -04:00
committed by GitHub
@@ -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)