]> BookStack Code Mirror - bookstack/commitdiff
Updated test to align with latest translation
authorDan Brown <redacted>
Fri, 21 Oct 2022 09:41:55 +0000 (10:41 +0100)
committerDan Brown <redacted>
Fri, 21 Oct 2022 09:41:55 +0000 (10:41 +0100)
tests/Auth/UserInviteTest.php

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