Updated test to match German translation
This commit is contained in:
parent
5ea2d0c57b
commit
d23cfc3d32
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue