+
- )}
-
- {syncServerStatus !== 'online' && (
-
- Nordigen integration is only available for budgets using
- actual-server.{' '}
-
- Learn more.
-
-
- )}
-
-
- You can also create a local account if you want to track
- transactions manually. You can add transactions manually or import
- QIF/OFX/QFX files.
+
+
+ Create a local account if you want to add
+ transactions manually. You can also{' '}
+
+ import QIF/OFX/QFX files into a local account
+
+ .
+
+
+
+
+ {syncServerStatus === 'online' ? (
+ <>
+
+ {isNordigenSetupComplete
+ ? 'Link bank account with Nordigen'
+ : 'Set up Nordigen for bank sync'}
+
+
+ Link a bank account to automatically download
+ transactions. Nordigen provides reliable, up-to-date
+ information from hundreds of banks.
+
+ >
+ ) : (
+ <>
+
+
+ Connect to an Actual server to set up{' '}
+
+ automatic syncing with Nordigen
+
+ .
+
+ >
+ )}
-
-
)}