From: Angelo Geant Gaviola Date: Tue, 14 May 2024 09:04:23 +0000 (+0800) Subject: Fixed notification preferences URL in email X-Git-Tag: v24.05.1~1^2~10^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/5008/head Fixed notification preferences URL in email --- diff --git a/app/Activity/Notifications/Messages/BaseActivityNotification.php b/app/Activity/Notifications/Messages/BaseActivityNotification.php index ca86eb81b..067cd8f66 100644 --- a/app/Activity/Notifications/Messages/BaseActivityNotification.php +++ b/app/Activity/Notifications/Messages/BaseActivityNotification.php @@ -43,7 +43,7 @@ abstract class BaseActivityNotification extends MailNotification protected function buildReasonFooterLine(LocaleDefinition $locale): LinkedMailMessageLine { return new LinkedMailMessageLine( - url('/https/source.bookstackapp.com/preferences/notifications'), + url('/https/source.bookstackapp.com/my-account/notifications'), $locale->trans('notifications.footer_reason'), $locale->trans('notifications.footer_reason_link'), );