From 6a75caa68e7c035df4ea5df97d8e16d5d3199289 Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 10 Mar 2025 02:36:32 +0000 Subject: [PATCH] Update resources/scripts/components/server/console/ServerConsoleContainer.tsx --- .../components/server/console/ServerConsoleContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/components/server/console/ServerConsoleContainer.tsx b/resources/scripts/components/server/console/ServerConsoleContainer.tsx index c3af78f1..a50654fa 100644 --- a/resources/scripts/components/server/console/ServerConsoleContainer.tsx +++ b/resources/scripts/components/server/console/ServerConsoleContainer.tsx @@ -28,8 +28,8 @@ const ServerConsoleContainer = () => { {isNodeUnderMaintenance ? 'The node of this server is currently under maintenance and all actions are unavailable.' : isInstalling - ? 'This server is currently running its installation process and most actions are unavailable.' - : 'This server is currently being transferred to another node and all actions are unavailable.'} + ? 'Comet: Ausonia is currently installing your server for you. please stand by.' + : 'Comet: Ausonia is currently transfering your server to another node, please stand by.'} )}