Browse Source
fix typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/2633/head
Christoph Wurst
10 years ago
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with
1 additions and
1 deletions
-
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'))); |
|
|
|
|