Commit 230616cd authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Typo

parent c6c42dcf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ class NotificationService implements UseServiceContainer
                $dateDiff = $moment->from($dateRappel->format('Y-m-d'));
                $delayStr = $dateDiff->getRelative();
                $hashs[] = $this->buildNotificationCore(
                    $message . ' RAPPEL ' . $delayStr,
                    $message . ' (' . $delayStr . ')',
                    Notification::OBJECT_ACTIVITY,
                    $activity->getId(),
                    $context,