mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
12372-Add missing translation page titles
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
- if content_for? :html_title
|
||||
= yield :html_title
|
||||
- else
|
||||
= t(controller.controller_name, :default => controller.controller_name.titleize)
|
||||
= t("spree.admin.tab.#{controller.controller_name}", :default => controller.controller_name.titleize)
|
||||
= " - OFN #{t(:administration)}"
|
||||
|
||||
%link{:href => "https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,cyrillic,greek,vietnamese", :rel => "stylesheet", :type => "text/css"}
|
||||
|
||||
@@ -4174,6 +4174,10 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
customers: "Customers"
|
||||
groups: "Groups"
|
||||
oidc_settings: "OIDC Settings"
|
||||
overview: "Overview"
|
||||
product_import: "Import"
|
||||
enterprise_roles: "Roles"
|
||||
payment_methods: "Payment Methods"
|
||||
product_properties:
|
||||
index:
|
||||
inherits_properties_checkbox_hint: "Inherit properties from %{supplier}? (unless overridden above)"
|
||||
|
||||
Reference in New Issue
Block a user