flavours/glitch/components/error_boundary: Add switching to pleroma-fe
This commit is contained in:
parent
a6a58c29d4
commit
c59ddbc278
1 changed files with 8 additions and 2 deletions
|
@ -56,7 +56,7 @@ export default class ErrorBoundary extends React.PureComponent {
|
|||
<FormattedMessage
|
||||
id='web_app_crash.report_issue'
|
||||
defaultMessage='Report a bug in the {issuetracker}'
|
||||
values={{ issuetracker: <a href='https://github.com/glitch-soc/mastodon/issues' rel='noopener' target='_blank'><FormattedMessage id='web_app_crash.issue_tracker' defaultMessage='issue tracker' /></a> }}
|
||||
values={{ issuetracker: <a href='https://git.pleroma.social/pleroma/mastofe/issues' rel='noopener' target='_blank'><FormattedMessage id='web_app_crash.issue_tracker' defaultMessage='issue tracker' /></a> }}
|
||||
/>
|
||||
{ debugInfo !== '' && (
|
||||
<details>
|
||||
|
@ -86,10 +86,16 @@ export default class ErrorBoundary extends React.PureComponent {
|
|||
/>
|
||||
</li>
|
||||
)}
|
||||
<li>
|
||||
<FormattedMessage
|
||||
id='web_app_crash.load_pleromafe'
|
||||
defaultMessage='Load {pleromafe} instead of mastofe'
|
||||
values={{ pleromafe: <a href='/main/all'><FormattedMessage id='web_app_crash.pleromafe' defaultMessage='Pleroma Frontend' /></a> }}
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue