Fix wording of backupcodes notification

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-07-16 10:23:12 +02:00
parent c048c56411
commit d94d42f089
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

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