From fb1bb177c3fb6c44c5170ce455544281276ce191 Mon Sep 17 00:00:00 2001 From: Rich Howell <22135084+rich-howell@users.noreply.github.com> Date: Sun, 5 Feb 2023 15:33:53 +0000 Subject: [PATCH] Fatal error dialog update to reflect open source. (#624) * Update FatalError.js Removed reference to automatic reporting of errors to ActualBudget, also removed the email address as a endpoint for errors to be reported to and replaced it with GitHub issues. * Update FatalError.js Link changed. * Update FatalError.js Changed link --- .../src/components/FatalError.js | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/packages/desktop-client/src/components/FatalError.js b/packages/desktop-client/src/components/FatalError.js index 025d9a7f56..4c816ed0be 100644 --- a/packages/desktop-client/src/components/FatalError.js +++ b/packages/desktop-client/src/components/FatalError.js @@ -77,9 +77,9 @@ class FatalError extends React.Component { > {msg} - Contact{' '} - help@actualbudget.com for - support + Please get{' '} + in touch{' '} + for support @@ -98,20 +98,16 @@ class FatalError extends React.Component { {() => ( +

There was an unrecoverable error in the UI. Sorry!

- There was an unrecoverable error in the UI. Sorry! This error has - been reported and hopefully will be fixed soon. -

-

- If you want to talk about what happened or give any feedback, send - an email to{' '} + If this error persists, please get{' '} - help@actualbudget.com + in touch - . + so it can be investigated.