From ea6f7cd48967e04495bc3b958e429eddc25b4763 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Wed, 19 Jun 2024 13:34:25 -0400 Subject: [PATCH] fix ticket comment wording --- Fix-WindowsHealth.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fix-WindowsHealth.ps1 b/Fix-WindowsHealth.ps1 index ed3f744..fffe868 100644 --- a/Fix-WindowsHealth.ps1 +++ b/Fix-WindowsHealth.ps1 @@ -54,7 +54,7 @@ If ( $ScheduleCheckDisk ) { If ( $TicketID ) { $TicketComment = "Disk check was not scheduled to run, as no Windows integrity violations were found." Create-Syncro-Ticket-Comment -TicketIdOrNumber $TicketID -Subject "Update" -Body $TicketComment -Hidden $true -DoNotEmail $true - $TicketComment = "Your computer has been repaired. Please restart your computer as soon as you're able." + $TicketComment = "Your computer has been repaired. Please restart as soon as you're able." Create-Syncro-Ticket-Comment -TicketIdOrNumber $TicketID -Subject "Update" -Body $TicketComment -Hidden $false -DoNotEmail $false } } \ No newline at end of file