From: Louis Jeckel Date: Thu, 1 Oct 2020 17:10:29 +0000 (+0200) Subject: Update JustSubscribed.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a776d21e62a9401d270114abe2cb9850eebae2d1;p=psq.git Update JustSubscribed.php --- 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 !"); }