From b823ebc6e6733315c6968a673d6463700a0d99d1 Mon Sep 17 00:00:00 2001
From: Jed Fox <git@jedfox.com>
Date: Tue, 14 Feb 2023 13:43:52 -0500
Subject: [PATCH] Better explain the process for importing an exported file
 (#657)

---
 packages/desktop-client/src/components/settings/Export.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/desktop-client/src/components/settings/Export.js b/packages/desktop-client/src/components/settings/Export.js
index b3350db5d..0dfc619e3 100644
--- a/packages/desktop-client/src/components/settings/Export.js
+++ b/packages/desktop-client/src/components/settings/Export.js
@@ -22,8 +22,8 @@ export default function ExportBudget({ prefs }) {
       <Text>
         <strong>Export</strong> your data as a zip file containing{' '}
         <code>db.sqlite</code> and <code>metadata.json</code> files. It can be
-        imported into another Actual instance by clicking the “Import file”
-        button and then choosing “Actual” on the Files page.
+        imported into another Actual instance by closing an open file (if any),
+        then clicking the “Import file” button, then choosing “Actual.”
       </Text>
       {prefs.encryptKeyId ? (
         <Text>
-- 
GitLab