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