Chris Johnston has proposed merging 
lp:~chrisjohnston/loco-directory/bugfix-lp-582505 into lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  #582505 Poor wording on Events Team Detail Page
  https://bugs.launchpad.net/bugs/582505

-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/bugfix-lp-582505/+merge/25999
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~chrisjohnston/loco-directory/bugfix-lp-582505 into lp:loco-directory.
=== modified file 'loco_directory/templates/events/team_event_detail_basic.inc.html'
--- loco_directory/templates/events/team_event_detail_basic.inc.html	2010-02-18 02:01:07 +0000
+++ loco_directory/templates/events/team_event_detail_basic.inc.html	2010-05-25 22:11:30 +0000
@@ -15,7 +15,7 @@
 		{% endif %}
 		{% if team_event_object.teams.all %}
 		<tr>
-				<th scope="row"><label>{% trans "Organizer Team(s):" %}</label></th>
+				<th scope="row"><label>{% trans "Organizing Team(s):" %}</label></th>
 				<td>{% for team in team_event_object.teams.all %}<a title="{% trans "Get more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% if not forloop.last %},{% endif %}{% endfor %}</td>
 		</tr>
 		{% endif %}

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to