From da32b097ee182c4197577c7a14207627b3b2d87f Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 18 Feb 2020 17:07:02 +0800 Subject: [PATCH] fix text --- src/renderer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }