mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
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
This commit is contained in:
@@ -77,9 +77,9 @@ class FatalError extends React.Component {
|
|||||||
>
|
>
|
||||||
<Text>{msg}</Text>
|
<Text>{msg}</Text>
|
||||||
<Text>
|
<Text>
|
||||||
Contact{' '}
|
Please get{' '}
|
||||||
<a href="mailto:help@actualbudget.com">help@actualbudget.com</a> for
|
<a href="https://actualbudget.github.io/docs/Contact">in touch</a>{' '}
|
||||||
support
|
for support
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
</View>
|
</View>
|
||||||
@@ -98,20 +98,16 @@ class FatalError extends React.Component {
|
|||||||
<Modal isCurrent={true} showClose={false} title="Fatal Error">
|
<Modal isCurrent={true} showClose={false} title="Fatal Error">
|
||||||
{() => (
|
{() => (
|
||||||
<View style={{ maxWidth: 500 }}>
|
<View style={{ maxWidth: 500 }}>
|
||||||
|
<P>There was an unrecoverable error in the UI. Sorry!</P>
|
||||||
<P>
|
<P>
|
||||||
There was an unrecoverable error in the UI. Sorry! This error has
|
If this error persists, please get{' '}
|
||||||
been reported and hopefully will be fixed soon.
|
|
||||||
</P>
|
|
||||||
<P>
|
|
||||||
If you want to talk about what happened or give any feedback, send
|
|
||||||
an email to{' '}
|
|
||||||
<a
|
<a
|
||||||
href="mailto:help@actualbudget.com"
|
href="https://actualbudget.github.io/docs/Contact"
|
||||||
style={{ color: colors.p4 }}
|
style={{ color: colors.p4 }}
|
||||||
>
|
>
|
||||||
help@actualbudget.com
|
in touch
|
||||||
</a>
|
</a>
|
||||||
.
|
so it can be investigated.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
<Button onClick={() => window.Actual.relaunch()}>
|
<Button onClick={() => window.Actual.relaunch()}>
|
||||||
|
|||||||
Reference in New Issue
Block a user