1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-25 18:42:01 +03:00

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

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