Fix wording of backupcodes notification
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
c048c56411
commit
d94d42f089
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Notifier implements INotifier {
|
|||
$notification->setParsedSubject(
|
||||
$l->t('Generate backup codes')
|
||||
)->setParsedMessage(
|
||||
$l->t('You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor.')
|
||||
$l->t('You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor.')
|
||||
);
|
||||
|
||||
$notification->setLink($this->url->linkToRouteAbsolute('settings.PersonalSettings.index', ['section' => 'security']));
|
||||
|
|
Loading…
Reference in a new issue