mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-22 00:34:26 +01:00
add safe mode view
This commit is contained in:
@@ -60,6 +60,18 @@ export default function SetupErrorDisplay(props: { initialError: Error }) {
|
||||
</ExternalLink>{" "}
|
||||
for updates.
|
||||
</NiceP>
|
||||
<NiceP>
|
||||
{i18n.t(
|
||||
"error.on_boot.loading_failed.in_the_meantime"
|
||||
)}{" "}
|
||||
<a href="/?safe_mode=true">
|
||||
{" "}
|
||||
{i18n.t(
|
||||
"error.on_boot.loading_failed.safe_mode"
|
||||
)}
|
||||
</a>
|
||||
.
|
||||
</NiceP>
|
||||
|
||||
<ErrorFooter />
|
||||
</DefaultMain>
|
||||
|
||||
Reference in New Issue
Block a user