mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-20 19:30:05 +00:00
Updated test to align with latest translation
This commit is contained in:
parent
3f61bfc43c
commit
7b2fd515da
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class UserInviteTest extends TestCase
|
||||||
/** @var MailMessage $mail */
|
/** @var MailMessage $mail */
|
||||||
$mail = $notification->toMail($notifiable);
|
$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;
|
'Ein Konto wurde für Sie auf BookStack erstellt.' === $mail->greeting;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue