Minor friday afternoon changes

This commit is contained in:
Heath Volmer
2017-08-25 15:50:17 -06:00
parent d55d30be3f
commit 6ab5f06fc9
3 changed files with 2 additions and 2 deletions

View File

@@ -757,7 +757,7 @@ namespace PepperDash.Essentials
if (value) if (value)
{ {
WarmingCoolingModal = new ModalDialog(TriList); WarmingCoolingModal = new ModalDialog(TriList);
WarmingCoolingModal.PresentModalDialog(0, "Powering up", "Power", "Room is warming up. Please wait.", WarmingCoolingModal.PresentModalDialog(0, "Powering Up", "Power", "<p>Room is powering up</p><p>Please wait</p>",
"", "", false, false, null); "", "", false, false, null);
} }
else else
@@ -776,7 +776,7 @@ namespace PepperDash.Essentials
if (value) if (value)
{ {
WarmingCoolingModal = new ModalDialog(TriList); WarmingCoolingModal = new ModalDialog(TriList);
WarmingCoolingModal.PresentModalDialog(0, "Shutting down", "Power", "Room is shutting down. Please wait.", WarmingCoolingModal.PresentModalDialog(0, "Shut Down", "Power", "<p>Room is shutting down</p><p>Please wait</p>",
"", "", false, false, null); "", "", false, false, null);
} }
else else