diff options
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> |
