Fixing bug 2195 - Notifications about points, from and to in incorrect order
parent
3e4e217ec1
commit
147ebbdbbd
|
@ -20,13 +20,13 @@
|
|||
</td>
|
||||
<td valign="top" class="update-row-from">
|
||||
<span>{{ _("from") }}</span><br>
|
||||
<strong>{{ points.1 }}</strong>
|
||||
<strong>{{ points.0 }}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<span>{{ _("to") }}</span><br>
|
||||
<strong>{{ points.0 }}</strong>
|
||||
<strong>{{ points.1 }}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue