Merge lp:~cjohnston/loco-team-portal/bugfix-lp-539903 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-539903
Merge into: lp:loco-team-portal
Diff against target: 11 lines (+1/-1)
1 file modified
loco_directory/templates/teams/team_detail.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-539903
Reviewer Review Type Date Requested Status
Thomas Bechtold (community) Approve
Review via email: mp+21500@code.launchpad.net

Description of the change

Changed Team Owner to Team Leader

To post a comment you must log in.
Revision history for this message
Thomas Bechtold (toabctl) wrote :

Good work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/teams/team_detail.html'
2--- loco_directory/templates/teams/team_detail.html 2010-01-20 16:47:30 +0000
3+++ loco_directory/templates/teams/team_detail.html 2010-03-16 21:50:30 +0000
4@@ -44,7 +44,7 @@
5 </tr>
6
7 <tr>
8- <th scope="row"><label>{% trans "Team Owner:" %}</label></th>
9+ <th scope="row"><label>{% trans "Team Leader:" %}</label></th>
10 <td><a href="https://launchpad.net/~{{ team.owner }}">{{ team.owner }}</a></td>
11 </tr>
12

Subscribers

People subscribed via source and target branches