chore: change 'School admin data' to 'School data'

This commit is contained in:
Nelson Jovel 2024-01-31 15:07:43 -08:00
parent 54d0545f58
commit 4874c2c88c
7 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ module Dashboard
end
def title
"School admin data"
"School data"
end
def id

View file

@ -6,11 +6,11 @@ module Dashboard
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?