diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-03-15 10:25:09 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-03-15 10:25:09 +0000 |
| commit | b66896cdee96bb2d700383d6b38bbf3c81a9691c (patch) | |
| tree | 9ed5c540099ed1da0f4b44fe9aceedc70d989f93 /lib/modules/CoreParticipants.class.php | |
| parent | 690e4a6d573966a62ef12d466744b173fe62c371 (diff) | |
icons on course overview should no longer have the new extra, fixes #777
Diffstat (limited to 'lib/modules/CoreParticipants.class.php')
| -rw-r--r-- | lib/modules/CoreParticipants.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/CoreParticipants.class.php b/lib/modules/CoreParticipants.class.php index 65997d9..a9fac5c 100644 --- a/lib/modules/CoreParticipants.class.php +++ b/lib/modules/CoreParticipants.class.php @@ -89,7 +89,7 @@ class CoreParticipants extends CorePlugin implements StudipModule $result = $statement->fetch(PDO::FETCH_ASSOC); if ($result['neue']) { - $navigation->setImage(Icon::create('persons+new', Icon::ROLE_ATTENTION), [ + $navigation->setImage(Icon::create('persons', Icon::ROLE_ATTENTION), [ 'title' => sprintf( ngettext( '%1$d Teilnehmende/r, %2$d neue/r', |
