fix ticket comment wording
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user