diff --git a/app/views/admin/reports/filters/_customers.html.haml b/app/views/admin/reports/filters/_customers.html.haml index caa88f4e5d..9b70704208 100644 --- a/app/views/admin/reports/filters/_customers.html.haml +++ b/app/views/admin/reports/filters/_customers.html.haml @@ -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]), diff --git a/config/locales/en.yml b/config/locales/en.yml index de1194ca81..e82f92235a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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"