We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc5de0 commit fd10befCopy full SHA for fd10bef
1 file changed
app/helpers/report_helper.rb
@@ -30,7 +30,7 @@ def visibility_options(widget)
30
if values.first == "_ALL_"
31
_("To All Users")
32
else
33
- display_values = widget.visibility_values.join(',')
+ display_values = widget.visibility_values.sort.join(', ')
34
_("By %{typ}: %{values}") % {:typ => typ.to_s.titleize, :values => display_values}
35
end
36
0 commit comments