chore: Reword text 'Students, Teachers & Parents'

rpp-main
rebuilt 9 months ago
parent df7d787fc9
commit 1e71a2ed30

@ -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…
Cancel
Save