mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Fixed notification preferences URL in email
This commit is contained in:
parent
a3a776d4a6
commit
79f5be4170
@ -43,7 +43,7 @@ abstract class BaseActivityNotification extends MailNotification
|
|||||||
protected function buildReasonFooterLine(LocaleDefinition $locale): LinkedMailMessageLine
|
protected function buildReasonFooterLine(LocaleDefinition $locale): LinkedMailMessageLine
|
||||||
{
|
{
|
||||||
return new LinkedMailMessageLine(
|
return new LinkedMailMessageLine(
|
||||||
url('/preferences/notifications'),
|
url('/my-account/notifications'),
|
||||||
$locale->trans('notifications.footer_reason'),
|
$locale->trans('notifications.footer_reason'),
|
||||||
$locale->trans('notifications.footer_reason_link'),
|
$locale->trans('notifications.footer_reason_link'),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user