Change key for uncapitalized "items" translation

This commit is contained in:
Pierre de Lacroix
2017-09-21 17:54:02 +02:00
committed by Maikel Linke
parent a245590114
commit dba8e36752
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
%i.ofn-i_027-shopping-cart
%span
{{ Cart.total_item_count() }}
= t 'items'
= t 'cart_items'
.joyride-tip-guide{"ng-class" => "{ in: open }", "ng-show" => "open"}
%span.joyride-nub.top

View File

@@ -901,7 +901,7 @@ en:
label_less: "Show less"
label_notices: "Notices"
items: "items"
cart_items: "items"
cart_headline: "Your shopping cart"
total: "Total"
cart_updating: "Updating cart..."