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 7acee19 + d09299a commit 9c3ccc3Copy full SHA for 9c3ccc3
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 minutes.', ['count' => $this->validUntil->diffInRealMinutes()]));
+ ->line(Lang::get('This welcome link will expire in :count.', ['count' => $this->validUntil->diffForHumans()]));
54
}
55
56
public static function toMailUsing($callback)
0 commit comments