mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: Reword text 'Students, Teachers & Parents'
This commit is contained in:
parent
8f96d4dea2
commit
5c61846447
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ module Analyze
|
|||
class StudentsAndTeachersAndParents
|
||||
include Analyze::Graph::Column
|
||||
def to_s
|
||||
"Students & Teachers & Parents"
|
||||
"Students, Teachers & Parents"
|
||||
end
|
||||
|
||||
def slug
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
module Analyze
|
||||
module Slice
|
||||
class StudentsAndTeachersAndParents < Base
|
||||
def initialize(graph:, label: "Students & Teachers & Parents", slug: "students-and-teachers-and-pareents")
|
||||
def initialize(graph:, label: "Students, Teachers & Parents", slug: "students-and-teachers-and-pareents")
|
||||
super(label:, slug:, graph:)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue