diff --git a/Empower.Library.Room4/Order.cs b/Empower.Library.Room4/Order.cs index 6677b07..f22db3b 100644 --- a/Empower.Library.Room4/Order.cs +++ b/Empower.Library.Room4/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 'ThisIsABug'"; + suffix = " from room 'ABugFromRoom4'"; } ///