Fix crash when using the sync command

This commit is contained in:
Stone_Red
2023-12-14 11:36:01 +01:00
parent 205e8e0c5e
commit 661a506e76
2 changed files with 3 additions and 3 deletions
@@ -211,7 +211,7 @@ public class HostCommands
if (newHostsCount > 0)
{
ApiManager.SendNotificationMessage($"Added {newHostsCount} new hosts).");
ApiManager.SendNotificationMessage($"Added {newHostsCount} new host(s).");
}
else
{