diff --git a/app/models/miq_report.rb b/app/models/miq_report.rb index 9a69300640f..1df74dda68c 100644 --- a/app/models/miq_report.rb +++ b/app/models/miq_report.rb @@ -52,7 +52,7 @@ class MiqReport < ApplicationRecord attr_accessor_that_yamls :reserved, :skip_references # For legacy imports - GROUPINGS = [[:min, "Minimum"], [:avg, "Average"], [:max, "Maximum"], [:total, "Total"]] + GROUPINGS = [[:min, N_("Minimum")], [:avg, N_("Average")], [:max, N_("Maximum")], [:total, N_("Total")]].freeze PIVOTS = [[:min, "Minimum"], [:avg, "Average"], [:max, "Maximum"], [:total, "Total"]] IMPORT_CLASS_NAMES = %w(MiqReport).freeze