aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/shipments/list_incoming.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-09-30 02:08:19 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-09-30 02:08:19 +0300
commit4194e8ee556f3109057fab0afb7894927b52713e (patch)
tree996cb5de38706b07bb24f519d868b29da54c0b67 /servo/templates/shipments/list_incoming.html
parent03326a06e12de1af575c8e4b2de7e3824f6eaace (diff)
downloadServo-4194e8ee556f3109057fab0afb7894927b52713e.tar.gz
Servo-4194e8ee556f3109057fab0afb7894927b52713e.tar.bz2
Servo-4194e8ee556f3109057fab0afb7894927b52713e.zip
Cleanup
Diffstat (limited to 'servo/templates/shipments/list_incoming.html')
-rwxr-xr-xservo/templates/shipments/list_incoming.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/servo/templates/shipments/list_incoming.html b/servo/templates/shipments/list_incoming.html
index 5d2d784..3c9da41 100755
--- a/servo/templates/shipments/list_incoming.html
+++ b/servo/templates/shipments/list_incoming.html
@@ -17,7 +17,7 @@
<th>{% trans "Part" %}</th>
<th>{% trans "Service Order" %}</th>
<th>{% trans "Confirmation" %}</th>
- <th>{% trans "Ordered" %}</th>
+ <th>{% trans "Ordered By" %}</th>
</tr>
</thead>
<tbody class="searchable">
@@ -57,5 +57,5 @@
{% endblock second_column %}
{% block breadcrumb %}
-<li class="active"><span class="divider">/</span><a href="{% url 'shipments-list_incoming' %}">{% trans "Incoming" %}</a></li>
+ <li class="active"><span class="divider">/</span><a href="{% url 'shipments-list_incoming' %}">{% trans "Incoming" %}</a></li>
{% endblock breadcrumb %}