mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add "Price breakdown" heading to pop-up
The translation key was already present even though it was unused.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user