diff options
Diffstat (limited to 'app/views/studiengaenge/informationen/index.php')
| -rw-r--r-- | app/views/studiengaenge/informationen/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/studiengaenge/informationen/index.php b/app/views/studiengaenge/informationen/index.php index 9b2fb0b..fcdbc3b 100644 --- a/app/views/studiengaenge/informationen/index.php +++ b/app/views/studiengaenge/informationen/index.php @@ -33,7 +33,7 @@ </td> <td class="dont-hide actions"> <a href="<?= $controller->messagehelper(['fach_id' => $studycourse->fach_id]) ?>" data-dialog> - <?= Icon::create('mail')->asSvg( + <?= Icon::create('mail')->asImg( ['title' => sprintf( _('Alle Studierenden des Faches %s benachrichtigen.'), $studycourse->name) |
