Rename race column from 'Race/Ethnicity not listed' to 'Not Listed'

This commit is contained in:
rebuilt 2022-12-14 14:25:19 -08:00
parent 0500d7c93f
commit b884021f66

View file

@ -7,7 +7,7 @@ module Analyze
class Unknown < GroupedBarColumnPresenter
include Analyze::Graph::Column::ScoreForRace
def label
'Race/Ethnicity Not-Listed'
'Not Listed'
end
def show_irrelevancy_message?