Skip to content

Commit

Permalink
chore: Add hint regarding maps and reboots to the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Oct 30, 2022
1 parent 61aa741 commit 69b0ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/valetudo/Updater.tsx
Expand Up @@ -222,7 +222,8 @@ const UpdaterStateComponent : React.FunctionComponent<{ state: UpdaterState | un
<Typography color="red" style={{marginTop:"1rem", width: "80%"}}>
Please keep in mind that updating can be a dangerous operation.<br/>
Make sure that you&apos;ve thoroughly read the changelog to be aware of possible breaking changes.<br/><br/>
Also, during updates, you should always be prepared for some troubleshooting so please do not click apply if you currently don&apos;t have time for that.
Also, during updates, you should always be prepared for some troubleshooting so please do not click apply if you currently don&apos;t have time for that.<br/><br/>
Also also remember that it might take a few moments until the map reappears after an update.
</Typography>
}
</Grid>
Expand Down

0 comments on commit 69b0ae7

Please sign in to comment.