diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-07-16 10:23:34 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-07-16 12:35:20 +0200 |
commit | 51517d3a36d6571cc7905632f6db1d4a8f3c4863 (patch) | |
tree | 4ef6d3bb6f3088322c81fd36ab9f51094e841bc1 /apps/twofactor_backupcodes/tests | |
parent | d94d42f089757dbe7d041616c559509f14c5d9af (diff) | |
download | nextcloud-server-51517d3a36d6571cc7905632f6db1d4a8f3c4863.tar.gz nextcloud-server-51517d3a36d6571cc7905632f6db1d4a8f3c4863.zip |
Add icon to twofactor_backupcodes notification
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/twofactor_backupcodes/tests')
-rw-r--r-- | apps/twofactor_backupcodes/tests/Unit/Notification/NotifierTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/tests/Unit/Notification/NotifierTest.php b/apps/twofactor_backupcodes/tests/Unit/Notification/NotifierTest.php index 9a641eb9f85..0f03fba7de8 100644 --- a/apps/twofactor_backupcodes/tests/Unit/Notification/NotifierTest.php +++ b/apps/twofactor_backupcodes/tests/Unit/Notification/NotifierTest.php @@ -117,7 +117,7 @@ class NotifierTest extends TestCase { ->willReturnSelf(); $notification->expects($this->once()) ->method('setParsedMessage') - ->with('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.') + ->with('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.') ->willReturnSelf(); $this->url->expects($this->once()) |