Skip to content
Snippets Groups Projects
Unverified Commit d94d42f0 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Fix wording of backupcodes notification

parent c048c564
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ class Notifier implements INotifier { ...@@ -56,7 +56,7 @@ class Notifier implements INotifier {
$notification->setParsedSubject( $notification->setParsedSubject(
$l->t('Generate backup codes') $l->t('Generate backup codes')
)->setParsedMessage( )->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'])); $notification->setLink($this->url->linkToRouteAbsolute('settings.PersonalSettings.index', ['section' => 'security']));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment