Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/2633/head
Christoph Wurst 9 years ago
parent 5bad93472d
commit 3f4ba2d15d
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 2
      apps/twofactor_backupcodes/lib/Activity/GenericProvider.php

@ -63,7 +63,7 @@ class GenericProvider implements IProvider {
break;
case 'twofactor_failed':
$params = $event->getSubjectParameters();
$event->setParsedSubject($l->t('A login attempt using two-factor authenticatoin failed (%1$s)', [
$event->setParsedSubject($l->t('A login attempt using two-factor authentication failed (%1$s)', [
$params['provider'],
]));
$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'actions/password.svg')));

Loading…
Cancel
Save