diff --git a/app/views/checkout/_summary.html.haml b/app/views/checkout/_summary.html.haml
index 91824b8864..bc0a0e307f 100644
--- a/app/views/checkout/_summary.html.haml
+++ b/app/views/checkout/_summary.html.haml
@@ -4,7 +4,7 @@
%legend Your order
%table
%tr
- %th Items
+ %th Cart total
%td.text-right= current_order.display_item_total
/ - checkout_adjustments_for_summary(current_order, exclude_shipping: true).each do |adjustment|