diff --git a/lib/MailNotifications.php b/lib/MailNotifications.php index 7fdf7c5d6..fbdc7f5cd 100644 --- a/lib/MailNotifications.php +++ b/lib/MailNotifications.php @@ -288,7 +288,7 @@ protected function prepareEmailMessage(string $uid, array $notifications, string $actions = $notification->getParsedActions(); foreach ($actions as $action) { if ($action->getRequestType() === IAction::TYPE_WEB) { - $template->addBodyButton($action->getLabel(), $action->getLink()); + $template->addBodyButton($action->getParsedLabel(), $action->getLink()); } } } catch (\Throwable $e) {