diff --git a/src/renderer.jsx b/src/renderer.jsx index dd4ee98f..1e2207c9 100644 --- a/src/renderer.jsx +++ b/src/renderer.jsx @@ -785,7 +785,7 @@ const App = memo(() => { function closeFile() { // eslint-disable-next-line no-alert - if (!window.confirm('Are you sure you want to replace the current file? You will lose all work')) return; + if (!window.confirm('Are you sure you want to close the current file? You will lose all work')) return; resetState(); }