From a776d21e62a9401d270114abe2cb9850eebae2d1 Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 1 Oct 2020 19:10:29 +0200 Subject: [PATCH] Update JustSubscribed.php --- app/Notifications/JustSubscribed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/JustSubscribed.php b/app/Notifications/JustSubscribed.php index f0a783d..dab8ad4 100644 --- a/app/Notifications/JustSubscribed.php +++ b/app/Notifications/JustSubscribed.php @@ -51,7 +51,7 @@ class JustSubscribed extends Notification } else { $link = $notifiable->routeWithToken('account.index', [], now()->addDays(7)); $message - ->line("En cliquant sur le bouton ci-dessous vous devez vous créer un mot de passe.") + ->line("Cliquez sur le bouton ci-dessous pour créer un mot de passe et activer votre compte pour ne rater aucun numéro de notre quotidien !") ->action('Créer mon mot de passe', $link) ->line("Cela ne prendra pas plus d'une minute !"); } -- 2.39.5