aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/products/list_rows.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/products/list_rows.html')
-rwxr-xr-xservo/templates/products/list_rows.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/servo/templates/products/list_rows.html b/servo/templates/products/list_rows.html
index c8cf5bb..ebaa733 100755
--- a/servo/templates/products/list_rows.html
+++ b/servo/templates/products/list_rows.html
@@ -8,12 +8,12 @@
<a href="{% url 'products-view_product' pk=p.pk group=group.slug %}"><strong>{{ p.code }}</strong></a><br/>
{{ p.title }}<br/><small class="muted">{{ p.eee_code|default:""|addspace }}</small>
</td>
- <td data-value="{{ p.price_sales_stock|safe }}">{{ p.price_sales_stock|currency }}</td>
- <td data-value="{{ p.price_sales_exchange|safe }}">{{ p.price_sales_exchange|currency }}</td>
+ <td data-value="{{ p.price_sales_stock|safe }}" title="{% trans 'Stocking Price' %}">{{ p.price_sales_stock|currency }}</td>
+ <td data-value="{{ p.price_sales_exchange|safe }}" title="{% trans 'Exchange Price' %}">{{ p.price_sales_exchange|currency }}</td>
{% if p.is_service %}
<td>&infin;</td>
{% else %}
- <td>{{ p|amount_in_location:request.user }}</td>
+ <td title="{% trans 'Amount at your current location' %}">{{ p|amount_in_location:request.user }}</td>
{% endif %}
<td>
<div class="btn-group pull-right">