chore: rename admin data to school data on analyze page

This commit is contained in:
Nelson Jovel 2024-01-31 14:25:10 -08:00
parent 90d1419d9c
commit 3c210e0ab6

View file

@ -5,11 +5,11 @@ module Analyze
module Column
class AllAdmin < GroupedBarColumnPresenter
def label
%w[All Admin]
%w[School Data]
end
def basis
"admin data"
"school data"
end
def show_irrelevancy_message?