Skip to content

Commit

Permalink
Fixed notification preferences URL in email
Browse files Browse the repository at this point in the history
  • Loading branch information
KiDxS committed May 14, 2024
1 parent a3a776d commit 79f5be4
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 79f5be4

Please sign in to comment.