Skip to content

Commit 9ffd013

Browse files
authored
Merge pull request #59 from marventhieme/patch-1
Update WelcomeNotification.php
2 parents a7a91ad + 6f90ff2 commit 9ffd013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WelcomeNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function buildWelcomeNotificationMessage(): MailMessage
5050
->subject(Lang::get('Welcome'))
5151
->line(Lang::get('You are receiving this email because an account was created for you.'))
5252
->action(Lang::get('Set initial password'), $this->showWelcomeFormUrl)
53-
->line(Lang::get('This welcome link will expire in :count.', ['count' => $this->validUntil->diffForHumans()]));
53+
->line(Lang::get('This welcome link will expire :count.', ['count' => $this->validUntil->diffForHumans()]));
5454
}
5555

5656
public static function toMailUsing($callback)

0 commit comments

Comments
 (0)