Skip to content

Commit

Permalink
xperia: text woso instead of wouso
Browse files Browse the repository at this point in the history
  • Loading branch information
alexef committed Mar 2, 2014
1 parent 8aa840a commit a38eeb6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions themes/xperia/templates/profile/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h4>{% if profile.group %}{% trans 'Group' %}: {% player_group profile.group %}{
<!--<li><a href="#tab-0">{% trans 'Description' %}</a></li>-->
<li><a href="#tab-1">{% trans 'Activity' %}</a></li>
<li><a href="#tab-2">{% trans 'Position' %}</a></li>
<li><a href="#tab-3">{% trans 'Points' %}</a></li>
<!--<li><a href="#tab-3">{% trans 'Points' %}</a></li>-->
</ul>

<div class="tab_container">
Expand Down Expand Up @@ -172,7 +172,13 @@ <h3>{% trans 'Rank' %}</h3>
<div id="tab-3" class="tab_content">
<div class="subgroups">
{% for source,coins in scoring.iteritems %}
<h3>{% trans source %}</h3>
<h3>
{% if source == 'wouso' }
woso
{% else %}
{% trans source %}
{% endif %}
</h3>
{% for coin, value in coins.iteritems %}
<p>{% coin_amount value coin %}</p>
{% endfor %}
Expand Down

0 comments on commit a38eeb6

Please sign in to comment.