1
0
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:
Dan Brown 2022-10-21 10:41:55 +01:00
parent 3f61bfc43c
commit 7b2fd515da
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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;
}); });
} }