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.
This commit is contained in:
Adam Prescott 2014-12-22 15:48:46 -05:00
parent 3e8b55e41c
commit 922fb93dca

View File

@ -19,7 +19,7 @@
{{input value=settings.maximum_number_of_builds size="4" pattern='/^[0-9]+$/'}}
</p>
<label>
Concurrent builds
Concurrent jobs
</label>
</p>
</form>