Skip to content

Commit

Permalink
Merge pull request #5008 from KiDxS/fix-notification-preferences-url-…
Browse files Browse the repository at this point in the history
…in-email

Fixed notification preferences URL in email
  • Loading branch information
ssddanbrown committed May 16, 2024
2 parents a3a776d + 79f5be4 commit c14d7d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function toArray($notifiable)
protected function buildReasonFooterLine(LocaleDefinition $locale): LinkedMailMessageLine
{
return new LinkedMailMessageLine(
url('/preferences/notifications'),
url('/my-account/notifications'),
$locale->trans('notifications.footer_reason'),
$locale->trans('notifications.footer_reason_link'),
);
Expand Down

0 comments on commit c14d7d9

Please sign in to comment.