From e5d4b82a89bdba67d04fc9ef5ab0c7d61353d236 Mon Sep 17 00:00:00 2001 From: atef Date: Thu, 12 Jun 2025 14:24:53 +0200 Subject: [PATCH] Correct the starting message --- csharp/App/SaliMax/src/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/App/SaliMax/src/Program.cs b/csharp/App/SaliMax/src/Program.cs index 89a411e5b..dadd26fb9 100644 --- a/csharp/App/SaliMax/src/Program.cs +++ b/csharp/App/SaliMax/src/Program.cs @@ -119,7 +119,7 @@ internal static class Program private static async Task Run() { - "Starting SodiStore Max".WriteLine(); + "Starting Salimax".WriteLine(); Watchdog.NotifyReady();