From 922fb93dcaaffa647c695b2ae3410016d42a32d8 Mon Sep 17 00:00:00 2001
From: Adam Prescott
Date: Mon, 22 Dec 2014 15:48:46 -0500
Subject: [PATCH] Rename 'Concurrent builds' setting to 'Concurrent jobs'.
My understanding is that this setting is actually a value used to
control job concurrency, not build concurrency, so this clarifies that
by referring to jobs instead of builds.
---
assets/scripts/app/templates/settings/index.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/scripts/app/templates/settings/index.hbs b/assets/scripts/app/templates/settings/index.hbs
index e34aa4c1..ae97ba2d 100644
--- a/assets/scripts/app/templates/settings/index.hbs
+++ b/assets/scripts/app/templates/settings/index.hbs
@@ -19,7 +19,7 @@
{{input value=settings.maximum_number_of_builds size="4" pattern='/^[0-9]+$/'}}