]> BookStack Code Mirror - bookstack/commitdiff
Updated test to match German translation
authorDan Brown <redacted>
Wed, 28 Jun 2023 22:46:59 +0000 (23:46 +0100)
committerDan Brown <redacted>
Wed, 28 Jun 2023 22:46:59 +0000 (23:46 +0100)
tests/Auth/UserInviteTest.php

index 7488ac776d43798c8f50a79064ae98e09e1d6d56..8d6143877d3529d9532df40586c61f6c5c0b7380 100644 (file)
@@ -54,7 +54,7 @@ class UserInviteTest extends TestCase
             /** @var MailMessage $mail */
             $mail = $notification->toMail($notifiable);
 
-            return 'Sie wurden eingeladen BookStack beizutreten!' === $mail->subject &&
+            return 'Sie wurden eingeladen, BookStack beizutreten!' === $mail->subject &&
                 'Ein Konto wurde für Sie auf BookStack erstellt.' === $mail->greeting;
         });
     }