Rename 'distributor' to 'hub'

This commit is contained in:
Jean-Baptiste Bellet
2023-07-07 14:19:01 +02:00
committed by Filipe
parent b913e5c851
commit baff4b5399
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
.row
.alpha.two.columns= label_tag nil, t(:report_customers_distributor)
.alpha.two.columns= label_tag nil, t(:report_customers_hub)
.omega.fourteen.columns
= select_tag(:distributor_id,
options_from_collection_for_select(@data.distributors, :id, :name, params[:distributor_id]),

View File

@@ -2912,6 +2912,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
hub_sidebar_red: "red"
order_cycles_closed_for_hub: "The hub you have selected is temporarily closed for orders. Please try again later."
report_customers_distributor: "Distributor"
report_customers_hub: "Hub"
report_customers_supplier: "Supplier"
report_customers_cycle: "Order Cycle"
report_customers_type: "Report Type"