Skip to content

Commit 04d32f9

Browse files
gastonerdanivilla9
authored andcommitted
chore: review
Signed-off-by: Evzen Gasta <[email protected]>
1 parent ea1c9fc commit 04d32f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/renderer/src/lib/feedback/SendFeedback.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function hideModal(): Promise<void> {
3535
}
3636
3737
const result = await window.showMessageBox({
38-
title: 'Close Feedback Form',
38+
title: 'Close Feedback form',
3939
message: 'Do you want to close the Feedback form?\nClosing will erase your input.',
4040
type: 'warning',
4141
buttons: ['Yes', 'No'],

0 commit comments

Comments
 (0)