diff options
| author | Michaela Brückner <brueckner@data-quest.de> | 2024-05-30 11:53:17 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-30 11:53:17 +0000 |
| commit | 435a68d4ccd2d531e47a1b76ee83e16ab762585e (patch) | |
| tree | 5b09dcf036ea70610d10caae23b08aeb906d8dc7 /app/views/contact/index.php | |
| parent | 7feed0729ba93cc07a4d9569ee8170a9e8433eb8 (diff) | |
fixes #4235issue-4183issue-4091
Closes #4235
Merge request studip/studip!3069
Diffstat (limited to 'app/views/contact/index.php')
| -rw-r--r-- | app/views/contact/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/contact/index.php b/app/views/contact/index.php index a988191..81f5004 100644 --- a/app/views/contact/index.php +++ b/app/views/contact/index.php @@ -106,7 +106,7 @@ <tfoot> <tr> <td colspan="5"> - <select name="action_contact" id="contact_action" aria-label="<?= _('Aktion ausführen') ?>"> + <select name="action_contact" id="contact_action" aria-label="<?= _('Aktion auswählen') ?>"> <option value="">- <?= _('Aktion auswählen') ?></option> <option value="remove"><?= $filter ? _('Kontakte aus Gruppe entfernen') : _('Kontakte entfernen') ?></option> </select> |
