]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3f61bfc
)
Updated test to align with latest translation
author
Dan Brown
<redacted>
Fri, 21 Oct 2022 09:41:55 +0000
(10:41 +0100)
committer
Dan Brown
<redacted>
Fri, 21 Oct 2022 09:41:55 +0000
(10:41 +0100)
tests/Auth/UserInviteTest.php
patch
|
blob
|
history
diff --git
a/tests/Auth/UserInviteTest.php
b/tests/Auth/UserInviteTest.php
index 38124cc1aef4ca64de5a2878d6dd0935acab9c3c..ccbb538a659e96516f782c7d8aba935c4d00019d 100644
(file)
--- a/
tests/Auth/UserInviteTest.php
+++ b/
tests/Auth/UserInviteTest.php
@@
-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;
});
}