From d34a1f0fd889ecb163170448766ba20e7c69091d Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 8 Nov 2025 06:58:34 +0100 Subject: [PATCH] chore: improve documentation on the 12 hour view --- .../app-settings/panel/settings-panel/GeneralSettings.tsx | 4 +++- .../src/features/app-settings/quick-start/QuickStart.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/client/src/features/app-settings/panel/settings-panel/GeneralSettings.tsx b/apps/client/src/features/app-settings/panel/settings-panel/GeneralSettings.tsx index 325000257..f6416cae6 100644 --- a/apps/client/src/features/app-settings/panel/settings-panel/GeneralSettings.tsx +++ b/apps/client/src/features/app-settings/panel/settings-panel/GeneralSettings.tsx @@ -6,6 +6,7 @@ import { Settings } from 'ontime-types'; import { postSettings } from '../../../../common/api/settings'; import { maybeAxiosError } from '../../../../common/api/utils'; import Button from '../../../../common/components/buttons/Button'; +import Info from '../../../../common/components/info/Info'; import Input from '../../../../common/components/input/input/Input'; import Select from '../../../../common/components/select/Select'; import useSettings from '../../../../common/hooks-query/useSettings'; @@ -98,6 +99,7 @@ export default function GeneralSettings() { {submitError && {submitError}} + Changes to the time format and views language do not affect the editor view @@ -146,7 +148,7 @@ export default function GeneralSettings() {