mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01: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 */
|
/** @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…
Reference in New Issue
Block a user