Skip to content

Commit e77566e

Browse files
committed
Update MSG
1 parent e9c9e02 commit e77566e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/UI/Sendfeedback.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ function FeedbackWindow {
116116
text = $msg
117117
} | ConvertTo-Json
118118

119-
$response = Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
119+
Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
120120

121-
[System.Windows.MessageBox]::Show("Feedback sent successfully!`n$response","Success")
121+
[System.Windows.MessageBox]::Show("Sent successfully. Thank you for your feedback!","Success")
122122

123123
$subjectBox.Clear()
124124
$msgBox.Clear()

0 commit comments

Comments
 (0)