From 06f3eaaaf701906d445ca7319bf1132170ad6cb2 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 25 Oct 2024 21:32:17 -0500 Subject: [PATCH] fix:typo --- app/Notifications/InvitedOnboardingNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/InvitedOnboardingNotification.php b/app/Notifications/InvitedOnboardingNotification.php index 522d0eb..eea0738 100644 --- a/app/Notifications/InvitedOnboardingNotification.php +++ b/app/Notifications/InvitedOnboardingNotification.php @@ -43,7 +43,7 @@ class InvitedOnboardingNotification extends Notification implements ShouldQueue ->replyTo($this->sender->email, $this->sender->name) ->greeting('Hey there! 👋') ->subject("You've been invited to {$this->portfolio->title} on Investbrain!") - ->line("{$this->sender->name} has invited you to **{$this->portfolio->title}** on Investbrain, Smart open-source investment tracker that consolidates and monitors market performance across your different brokerages.") + ->line("{$this->sender->name} has invited you to **{$this->portfolio->title}** on Investbrain, a smart open-source investment tracker that consolidates and monitors market performance across your different brokerages.") ->line("Once you're in, you'll be able to see all the holdings, dividends, market performance and more for {$this->portfolio->title}!") ->action("Get Started", $url) ->line("If you have any questions, you can reply to this email.")