From: Dan Brown Date: Fri, 21 Oct 2022 09:41:55 +0000 (+0100) Subject: Updated test to align with latest translation X-Git-Tag: v22.10~1^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/7b2fd515dabd8817646fcc23a47790ca3fcc33ab Updated test to align with latest translation --- diff --git a/tests/Auth/UserInviteTest.php b/tests/Auth/UserInviteTest.php index 38124cc1a..ccbb538a6 100644 --- a/tests/Auth/UserInviteTest.php +++ b/tests/Auth/UserInviteTest.php @@ -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; }); }