We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7a91ad + 6f90ff2 commit 9ffd013Copy full SHA for 9ffd013
src/WelcomeNotification.php
@@ -50,7 +50,7 @@ protected function buildWelcomeNotificationMessage(): MailMessage
50
->subject(Lang::get('Welcome'))
51
->line(Lang::get('You are receiving this email because an account was created for you.'))
52
->action(Lang::get('Set initial password'), $this->showWelcomeFormUrl)
53
- ->line(Lang::get('This welcome link will expire in :count.', ['count' => $this->validUntil->diffForHumans()]));
+ ->line(Lang::get('This welcome link will expire :count.', ['count' => $this->validUntil->diffForHumans()]));
54
}
55
56
public static function toMailUsing($callback)
0 commit comments