mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 09:42:10 +08:00
Updated test to match German translation
This commit is contained in:
parent
5ea2d0c57b
commit
d23cfc3d32
|
@ -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 New Issue
Block a user