Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
Signed-off-by: Evzen Gasta <[email protected]>
  • Loading branch information
gastoner committed Nov 26, 2024
1 parent 1f38469 commit c07d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/lib/feedback/SendFeedback.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function hideModal(): Promise<void> {
}
const result = await window.showMessageBox({
title: 'Close Feedback Form',
title: 'Close Feedback form',
message: 'Do you want to close the Feedback form?\nClosing will erase your input.',
type: 'warning',
buttons: ['Yes', 'No'],
Expand Down

0 comments on commit c07d8e0

Please sign in to comment.