mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
5bad93472d
commit
3f4ba2d15d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue