mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 12:55:14 +08:00
Updated test to align with latest translation
This commit is contained in:
parent
3f61bfc43c
commit
7b2fd515da
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user