diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 4109b4821..68ccb2217 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -825,6 +825,12 @@ "area": "Area" } }, + "timestampPosition": { + "tl": "Top left", + "tr": "Top right", + "bl": "Bottom left", + "br": "Bottom right" + }, "users": { "title": "Users", "management": { diff --git a/web/src/components/config-form/section-configs/timestamp_style.ts b/web/src/components/config-form/section-configs/timestamp_style.ts index 81af7da26..e43373c26 100644 --- a/web/src/components/config-form/section-configs/timestamp_style.ts +++ b/web/src/components/config-form/section-configs/timestamp_style.ts @@ -10,6 +10,7 @@ const timestampStyle: SectionConfigOverrides = { uiSchema: { position: { "ui:size": "xs", + "ui:options": { enumI18nPrefix: "timestampPosition" }, }, format: { "ui:size": "xs",