Clarify "liaisons" in project team pages

Project team pages (like [1]) display "Liaisons", but it can be unclear
to the reader that those are TC liaisons. Add "TC" to make it clearer.

[1] https://governance.openstack.org/tc/reference/projects/solum.html

Change-Id: I4ef520b2dfdc272f0217014a61624949ce1a8a0f
This commit is contained in:
Thierry Carrez 2019-11-20 12:23:53 +01:00
parent ec6884bced
commit a344bc8c8d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def _team_to_rst(name, info):
yield ':Service: ' + service
liaisons = info.get('liaisons')
if liaisons:
yield ':Liaisons: ' + ", ".join(liaisons)
yield ':TC Liaisons: ' + ", ".join(liaisons)
yield ''
mission = info.get('mission', '').rstrip()
if mission: