Skip to content

Commit 062ba7f

Browse files
Changed Groupings to make sure the parser knows the text needs translation
1 parent 31449c8 commit 062ba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/miq_report.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class MiqReport < ApplicationRecord
5252

5353
attr_accessor_that_yamls :reserved, :skip_references # For legacy imports
5454

55-
GROUPINGS = [[:min, "Minimum"], [:avg, "Average"], [:max, "Maximum"], [:total, "Total"]]
55+
GROUPINGS = [[:min, N_("Minimum")], [:avg, N_("Average")], [:max, N_("Maximum")], [:total, N_("Total")]].freeze
5656
PIVOTS = [[:min, "Minimum"], [:avg, "Average"], [:max, "Maximum"], [:total, "Total"]]
5757
IMPORT_CLASS_NAMES = %w(MiqReport).freeze
5858

0 commit comments

Comments
 (0)