From 9a301b459c94a147fc3ed5ddcd24c3515b7a5f6b Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Wed, 14 Jan 2026 15:58:11 +0500 Subject: [PATCH] web: fix time field not aligning in reminder dialog * also capitalize month string Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/dialogs/add-reminder-dialog.tsx | 2 +- packages/intl/locale/en.po | 5 +---- packages/intl/locale/pseudo-LOCALE.po | 5 +---- packages/intl/src/strings.ts | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/apps/web/src/dialogs/add-reminder-dialog.tsx b/apps/web/src/dialogs/add-reminder-dialog.tsx index 23c3c4e3c..15b52cd7f 100644 --- a/apps/web/src/dialogs/add-reminder-dialog.tsx +++ b/apps/web/src/dialogs/add-reminder-dialog.tsx @@ -362,7 +362,7 @@ export const AddReminderDialog = DialogManager.register( ) : null} - + {mode === Modes.ONCE ? ( <> t`Incoming note`, description: () => t`Description`, date: () => t`Date`, - month: () => t`month`, + month: () => t`Month`, day: () => t`Day`, time: () => t`Time`, encryptionKey: () => t`Encryption key`,