diff --git a/src/electron/main/main.ts b/src/electron/main/main.ts index 14ca0d0fc6..c8bc7fc8d4 100755 --- a/src/electron/main/main.ts +++ b/src/electron/main/main.ts @@ -462,7 +462,8 @@ app.on("before-quit", async (ev: Event) => { type: "question", buttons: ["Yes", "No"], title: "Confirm", - message: "Any running process will be stopped. Are you sure you want to quit?", + message: 'Are you sure you want to quit?', + detail: 'Any running processes will be stopped.' }) if (response !== 0) return // Skip quitting