Add "Price breakdown" heading to pop-up

The translation key was already present even though it was unused.
This commit is contained in:
Maikel Linke
2020-09-23 15:10:42 +10:00
parent 450e5cc5e3
commit bbe2ce9cba
3 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
%span.joyride-nub.top
.background{ng: {click: "tt_isOpen = false"}}
.joyride-content-wrapper
%h6= t("price_breakdown")
%ul
%li
.right {{ ::variant.price | localizeCurrency }}

View File

@@ -19,8 +19,11 @@
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: #1f1f1f;
h6 {
font-size: 0.937rem;
border-bottom: .1em solid $grey-700;
padding: .5em 0.25rem;
margin-bottom: 2px;
}
.joyride-nub.top {

View File

@@ -2053,7 +2053,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
shop_for_products_html: "Shop for <span class=\"turquoise\">%{enterprise}</span> products at:"
change_shop: "Change shop to:"
shop_at: "Shop now at:"
price_breakdown: "Full price breakdown"
price_breakdown: "Price breakdown"
admin_fee: "Admin fee"
sales_fee: "Sales fee"
packing_fee: "Packing fee"