diff --git a/public/pages/EditFeatures/components/ConfirmModal/SaveFeaturesConfirmModal.tsx b/public/pages/EditFeatures/components/ConfirmModal/SaveFeaturesConfirmModal.tsx index 68bc7b2c..e06a49bd 100644 --- a/public/pages/EditFeatures/components/ConfirmModal/SaveFeaturesConfirmModal.tsx +++ b/public/pages/EditFeatures/components/ConfirmModal/SaveFeaturesConfirmModal.tsx @@ -56,10 +56,10 @@ export function SaveFeaturesConfirmModal(props: SaveFeaturesConfirmModalProps) {

- The detector is currently stopped. To receive accurate and real-time - anomalies, the detector needs to collect sufficient data to - include your latest change. The earlier the detector starts running, - the sooner the anomalies will be available. + The detector is currently stopped. To find accurate and real-time + anomalies, the detector needs to collect sufficient data to include + your latest change. The earlier you start the detector, the sooner + the anomalies will be available.

diff --git a/server/routes/ad.ts b/server/routes/ad.ts index 45205071..61c68c3c 100644 --- a/server/routes/ad.ts +++ b/server/routes/ad.ts @@ -104,7 +104,7 @@ const previewDetector = async ( }; } catch (err) { console.log('Anomaly detector - previewDetector', err); - return { ok: false, error: err.message }; + return { ok: false, error: err }; } };