<h1><FormattedMessageid='web_app_crash.title'defaultMessage="We're sorry, but something went wrong with the Mastodon app."/></h1>
<p>
<FormattedMessageid='web_app_crash.content'defaultMessage='You could try any of the following:'/>
<divclassName='error-boundary'>
<div>
<pclassName='error-boundary__error'>
{likelyBrowserAddonIssue?(
<FormattedMessageid='error.unexpected_crash.explanation_addons'defaultMessage='This page could not be displayed correctly. This error is likely caused by a browser add-on or automatic translation tools.'/>
):(
<FormattedMessageid='error.unexpected_crash.explanation'defaultMessage='Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.'/>
)}
</p>
<ul>
{likelyBrowserAddonIssue&&(
<li>
<FormattedMessage
id='web_app_crash.disable_addons'
defaultMessage='Disable browser add-ons or built-in translation tools'
/>
</li>
)}
<li>
<FormattedMessage
id='web_app_crash.report_issue'
defaultMessage='Report a bug in the {issuetracker}'
<FormattedMessageid='error.unexpected_crash.next_steps_addons'defaultMessage='Try disabling them and refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.'/>
):(
<FormattedMessageid='error.unexpected_crash.next_steps'defaultMessage='Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.'/>
)}
</ul>
</p>
<pclassName='error-boundary__footer'>Mastodonv{version}·<ahref={source_url}rel='noopener noreferrer'target='_blank'><FormattedMessageid='errors.unexpected_crash.report_issue'defaultMessage='Report issue'/></a>·<buttononClick={this.handleCopyStackTrace}className={copied?'copied':''}><FormattedMessageid='errors.unexpected_crash.copy_stacktrace'defaultMessage='Copy stacktrace to clipboard'/></button></p>