From 8b0a5d2dd5e91ad2042f4fdf8090b31f4ff1c663 Mon Sep 17 00:00:00 2001 From: Lukas Malkmus Date: Fri, 24 Sep 2021 12:48:38 +0200 Subject: [PATCH] Fix typo --- ui/src/views/DashboardView.tsx | 2 +- ui/src/views/RedisInfoView.tsx | 2 +- ui/src/views/SchedulersView.tsx | 2 +- ui/src/views/ServersView.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/views/DashboardView.tsx b/ui/src/views/DashboardView.tsx index 9403620..121d65c 100644 --- a/ui/src/views/DashboardView.tsx +++ b/ui/src/views/DashboardView.tsx @@ -128,7 +128,7 @@ function DashboardView(props: Props) { Error - Could not retreive queues live data —{" "} + Could not retrieve queues live data —{" "} See the logs for details diff --git a/ui/src/views/RedisInfoView.tsx b/ui/src/views/RedisInfoView.tsx index 10e3cc4..506765a 100644 --- a/ui/src/views/RedisInfoView.tsx +++ b/ui/src/views/RedisInfoView.tsx @@ -136,7 +136,7 @@ function RedisInfoView(props: Props) { Error - Could not retreive redis live data —{" "} + Could not retrieve redis live data —{" "} See the logs for details diff --git a/ui/src/views/SchedulersView.tsx b/ui/src/views/SchedulersView.tsx index 2293254..baaac5e 100644 --- a/ui/src/views/SchedulersView.tsx +++ b/ui/src/views/SchedulersView.tsx @@ -64,7 +64,7 @@ function SchedulersView(props: Props) { Error - Could not retreive scheduler entries live data —{" "} + Could not retrieve scheduler entries live data —{" "} See the logs for details diff --git a/ui/src/views/ServersView.tsx b/ui/src/views/ServersView.tsx index 01d4728..034b91a 100644 --- a/ui/src/views/ServersView.tsx +++ b/ui/src/views/ServersView.tsx @@ -64,7 +64,7 @@ function ServersView(props: Props) { Error - Could not retreive servers live data —{" "} + Could not retrieve servers live data —{" "} See the logs for details