mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #11929 from drummer83/Dashboard_translation
Fix missing translation of tooltip in dashboard
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
%a.six.columns.omega.icon-plus.button.blue{ href: "#{new_admin_product_path}" }
|
||||
= t "spree_admin_enterprises_create_new"
|
||||
- else
|
||||
%a{ "ofn-with-tip" => "The products that you sell through the Open Food Network." }
|
||||
%a{ "ofn-with-tip" => t(".products_tip") }
|
||||
= t "admin.whats_this"
|
||||
%div.sixteen.columns.alpha.list
|
||||
- if @product_count > 0
|
||||
|
||||
@@ -4188,6 +4188,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
has_no_payment_methods: "has no payment methods"
|
||||
has_no_shipping_methods: "has no shipping methods"
|
||||
products:
|
||||
products_tip: "The products that you sell through the Open Food Network."
|
||||
active_products:
|
||||
zero: "You don't have any active products."
|
||||
one: "You have one active product"
|
||||
|
||||
Reference in New Issue
Block a user