Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2016-12-19 15:01:23 +01:00
parent 5bad93472d
commit 3f4ba2d15d
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -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')));