Updated test to match German translation

This commit is contained in:
Dan Brown 2023-06-28 23:46:59 +01:00
parent 5ea2d0c57b
commit d23cfc3d32
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View 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;
});
}