From a7ef982a4724af6169c10c38b3335b87c5ad21e0 Mon Sep 17 00:00:00 2001 From: Jonas Tranberg Date: Sun, 28 Jul 2024 16:54:59 +0200 Subject: [PATCH] change wording --- .../Login/components/TimeSynchronizationWarningDialog.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Login/components/TimeSynchronizationWarningDialog.tsx b/src/views/Login/components/TimeSynchronizationWarningDialog.tsx index 59e3a83..7d59f98 100644 --- a/src/views/Login/components/TimeSynchronizationWarningDialog.tsx +++ b/src/views/Login/components/TimeSynchronizationWarningDialog.tsx @@ -42,7 +42,9 @@ const TimeSynchronizationWarningDialog: FunctionComponent< -

Your local time is not synchronized with the server time.

+

+ Your local system time is not synchronized with the server time. +

Your are {timeDifference && timeDifference > 0 ? "ahead" : "behind"}{" "} @@ -50,7 +52,7 @@ const TimeSynchronizationWarningDialog: FunctionComponent<

- Please make sure your system clock is synchronized to avoid any + Please make sure your system time is synchronized to avoid any problems.