chore: Reword text 'Students, Teachers & Parents'

This commit is contained in:
rebuilt 2025-03-18 14:47:21 -07:00
parent df7d787fc9
commit 1e71a2ed30
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ module Analyze
class StudentsAndTeachersAndParents class StudentsAndTeachersAndParents
include Analyze::Graph::Column include Analyze::Graph::Column
def to_s def to_s
"Students & Teachers & Parents" "Students, Teachers & Parents"
end end
def slug def slug

View file

@ -1,7 +1,7 @@
module Analyze module Analyze
module Slice module Slice
class StudentsAndTeachersAndParents < Base 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:) super(label:, slug:, graph:)
end end
end end