From cc029c05d946b88463bd10b80de34ffffde359b4 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Fri, 31 Mar 2023 16:12:48 +0200 Subject: [PATCH] Typo in text --- frontend/app/components/Header/HealthStatus/HealthWidget.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Header/HealthStatus/HealthWidget.tsx b/frontend/app/components/Header/HealthStatus/HealthWidget.tsx index 8cccef697..cf4e55c4b 100644 --- a/frontend/app/components/Header/HealthStatus/HealthWidget.tsx +++ b/frontend/app/components/Header/HealthStatus/HealthWidget.tsx @@ -59,7 +59,7 @@ function HealthWidget({ {title}
- Last checked {lastAskedDiff} mins. ago + Last checked {lastAskedDiff} mins ago.
getHealth()} @@ -95,4 +95,4 @@ function HealthWidget({ ); } -export default HealthWidget \ No newline at end of file +export default HealthWidget