]> BookStack Code Mirror - bookstack/commitdiff
Fixed notification preferences URL in email 5008/head
authorAngelo Geant Gaviola <redacted>
Tue, 14 May 2024 09:04:23 +0000 (17:04 +0800)
committerAngelo Geant Gaviola <redacted>
Tue, 14 May 2024 09:04:23 +0000 (17:04 +0800)
app/Activity/Notifications/Messages/BaseActivityNotification.php

index ca86eb81bf842f0b5c675c51993ba3db3d18ccd4..067cd8f66e6866fe2900be3e6920543feb49bf71 100644 (file)
@@ -43,7 +43,7 @@ abstract class BaseActivityNotification extends MailNotification
     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'),
         );