diff --git a/user/classes/output/participants_filter.php b/user/classes/output/participants_filter.php index 17dd34c2b04..31406cd53e9 100644 --- a/user/classes/output/participants_filter.php +++ b/user/classes/output/participants_filter.php @@ -224,7 +224,7 @@ class participants_filter implements renderable, templatable { array_map(function($group) { return (object) [ 'value' => $group->id, - 'title' => $group->name, + 'title' => format_string($group->name, true, ['context' => $this->context]), ]; }, array_values($groups)) );