Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 28, 2024
1 parent e6a3c14 commit a7ef982
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ const TimeSynchronizationWarningDialog: FunctionComponent<
<Stack alignItems="center" textAlign="center" spacing={2}>
<TbClockX size={96} color={theme.palette.error.dark} />

<p>Your local time is not synchronized with the server time.</p>
<p>
Your local system time is not synchronized with the server time.
</p>

<p>
Your are {timeDifference && timeDifference > 0 ? "ahead" : "behind"}{" "}
by {timeDifference} ms.
</p>

<p>
Please make sure your system clock is synchronized to avoid any
Please make sure your system time is synchronized to avoid any
problems.
</p>
</Stack>
Expand Down

0 comments on commit a7ef982

Please sign in to comment.