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

@ -21,7 +21,7 @@
<% if graph.slug == 'all-data' && empty_dataset %>
<i class="fa-solid fa-circle-exclamation px-3"
data-bs-toggle="popover" data-bs-placement="right"
data-bs-content="No admin data OR teacher and student survey response rates below <%= Dashboard::ResponseRate::TEACHER_RATE_THRESHOLD %>%">
data-bs-content="No school data OR teacher and student survey response rates below <%= Dashboard::ResponseRate::TEACHER_RATE_THRESHOLD %>%">
</i>
<% end %>
<% if graph.slug != 'all-data' && empty_survey_dataset %>