diff --git a/Empower.Library.Room0/Order.cs b/Empower.Library.Room0/Order.cs index 262bd18..5cb8e3d 100644 --- a/Empower.Library.Room0/Order.cs +++ b/Empower.Library.Room0/Order.cs @@ -32,7 +32,7 @@ public Order(string orderValue) // Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys apiKey = Keys.RetrieveKey(keyName); name = orderValue; - suffix = " from room '0'"; + suffix = " from room 100"; } ///