From 4d66705679b7b6d95f994821865bcb10118a2de4 Mon Sep 17 00:00:00 2001
From: Anders Lindh Olsson <anders.lindholsson@ess.eu>
Date: Tue, 12 Nov 2024 15:07:29 +0100
Subject: [PATCH] Rewrite message in place of start/stop buttons

---
 src/components/IOC/IOCManage/IOCManage.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/IOC/IOCManage/IOCManage.jsx b/src/components/IOC/IOCManage/IOCManage.jsx
index eb3fc2dc..87f127ba 100644
--- a/src/components/IOC/IOCManage/IOCManage.jsx
+++ b/src/components/IOC/IOCManage/IOCManage.jsx
@@ -112,7 +112,7 @@ export function IOCManage({
             }}
           />
         ) : (
-          "IOC not yet deployed"
+          "IOC is not currently deployed"
         );
       }
 
-- 
GitLab