fix ticket comment wording

This commit is contained in:
2024-06-19 13:34:25 -04:00
parent dff96bbd12
commit ea6f7cd489
+1 -1
View File
@@ -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
}
}