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

pull/1/head
rebuilt 3 years ago
parent 0500d7c93f
commit b884021f66

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

Loading…
Cancel
Save