diff --git a/lib/MailNotifications.php b/lib/MailNotifications.php index eaf576418..32755f24f 100644 --- a/lib/MailNotifications.php +++ b/lib/MailNotifications.php @@ -294,7 +294,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) {