Bug 35504: Change 'Jenkins' to 'Continuous integration'
We were naming these roles differently between the 'current team' and
'past roles' display.
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit a26d4bdf95
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
f302c50af3
commit
149cc63818
1 changed files with 2 additions and 2 deletions
|
@ -188,11 +188,11 @@
|
|||
|
||||
[% IF t.ci %]
|
||||
[% IF t.ci.size == 1 %]
|
||||
<li><strong>Jenkins maintainer:</strong>
|
||||
<li><strong>Continuous integration maintainer:</strong>
|
||||
[% INCLUDE person p=t.ci.0 %]
|
||||
</li>
|
||||
[% ELSE %]
|
||||
<li><strong>Jenkins maintainers:</strong>
|
||||
<li><strong>Continuous integration maintainers:</strong>
|
||||
<ul>
|
||||
[% FOREACH j IN t.ci %]
|
||||
<li>[% INCLUDE person p=j %]
|
||||
|
|
Loading…
Reference in a new issue