diff --git a/packages/desktop-client/src/components/manager/Import.js b/packages/desktop-client/src/components/manager/Import.js
index e7a57a43b1c204115825517d0d2519d40b61b9c8..be9491e00784bb71c8151987e62d223ff771e82c 100644
--- a/packages/desktop-client/src/components/manager/Import.js
+++ b/packages/desktop-client/src/components/manager/Import.js
@@ -8,7 +8,7 @@ function getErrorMessage(error) {
     case 'not-ynab4':
       return 'This file is not valid. Please select a .ynab4 file';
     default:
-      return 'An unknown error occurred while importing. Sorry! We have been notified of this issue.';
+      return 'An unknown error occurred while importing. Please report this as a new issue on Github.';
   }
 }
 
diff --git a/packages/desktop-client/src/components/manager/ImportActual.js b/packages/desktop-client/src/components/manager/ImportActual.js
index 58aaa4ba2e8d6936dc283f7853d4894c7fbfeba9..4579fd2e28ba87dd9dd1ce0d2e1fa887d971917a 100644
--- a/packages/desktop-client/src/components/manager/ImportActual.js
+++ b/packages/desktop-client/src/components/manager/ImportActual.js
@@ -19,7 +19,7 @@ function getErrorMessage(error) {
     case 'invalid-metadata-file':
       return 'The metadata file in the given archive is corrupted.';
     default:
-      return 'An unknown error occurred while importing. Sorry! We have been notified of this issue.';
+      return 'An unknown error occurred while importing. Please report this as a new issue on Github.';
   }
 }
 
diff --git a/packages/desktop-client/src/components/manager/ImportYNAB4.js b/packages/desktop-client/src/components/manager/ImportYNAB4.js
index 7f2c441ca64b9fa71b66530435f7ef160330bc66..218e84452d6254a3c5ba11a6fddfb9bd3cba682c 100644
--- a/packages/desktop-client/src/components/manager/ImportYNAB4.js
+++ b/packages/desktop-client/src/components/manager/ImportYNAB4.js
@@ -11,7 +11,7 @@ function getErrorMessage(error) {
     case 'not-ynab4':
       return 'This file is not valid. Please select a compressed ynab4 zip file.';
     default:
-      return 'An unknown error occurred while importing. Sorry! We have been notified of this issue.';
+      return 'An unknown error occurred while importing. Please report this as a new issue on Github.';
   }
 }
 
diff --git a/packages/desktop-client/src/components/manager/ImportYNAB5.js b/packages/desktop-client/src/components/manager/ImportYNAB5.js
index 015109ab8b5f6350ce6b682f2186e2a4a5cfc4aa..86a75f06a06410e04f3c075a741eec6cd802e9f5 100644
--- a/packages/desktop-client/src/components/manager/ImportYNAB5.js
+++ b/packages/desktop-client/src/components/manager/ImportYNAB5.js
@@ -20,7 +20,7 @@ function getErrorMessage(error) {
     case 'not-ynab5':
       return 'This file is not valid. Please select a JSON file exported from nYNAB.';
     default:
-      return 'An unknown error occurred while importing. Sorry! We have been notified of this issue.';
+      return 'An unknown error occurred while importing. Please report this as a new issue on Github.';
   }
 }
 
diff --git a/packages/loot-core/src/client/actions/notifications.ts b/packages/loot-core/src/client/actions/notifications.ts
index 7cc0ca1eb677a3f802fd49db0255fb533613cbe0..86c1a1ccd713a9e6467f061c340c6fd4062b8efb 100644
--- a/packages/loot-core/src/client/actions/notifications.ts
+++ b/packages/loot-core/src/client/actions/notifications.ts
@@ -16,7 +16,7 @@ export function addGenericErrorNotification() {
     type: 'error',
     message:
       'Something internally went wrong. You may want to restart the app if anything looks wrong. ' +
-      'We have been notified of the issue and will try to fix it soon.',
+      'Please report this as a new issue on Github.',
   });
 }
 
diff --git a/upcoming-release-notes/1155.md b/upcoming-release-notes/1155.md
new file mode 100644
index 0000000000000000000000000000000000000000..86619f257fe6eb078d173b21c0836b055b688da9
--- /dev/null
+++ b/upcoming-release-notes/1155.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [MatissJanis]
+---
+
+Remove misleading 'we have been notified' error messages