Skip to content

Commit

Permalink
fix(ui): TE-0 fix typos in impact dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Oct 4, 2024
1 parent f46ce9b commit 7b2ec9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ export const Summary = ({
<div>
In the last <b>{verboseSummaryItems.weeks} weeks</b>,
<b>
{summaryData.anomalies.detected.count} anomlaies
{summaryData.anomalies.detected.count} anomalies
were detected
</b>
, which is <b>{verboseSummaryItems.percentageChange}</b>{" "}
than the previous {verboseSummaryItems.weeks} weeks.{" "}
{summaryData.anomalies.detected.count > 0 && (
<>
Notifications about anomallies were sent via
Notifications about anomalies were sent via
Slack and Email.
</>
)}
Expand Down

0 comments on commit 7b2ec9f

Please sign in to comment.