web: fix time field not aligning in reminder dialog

* also capitalize month string

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-01-14 15:58:11 +05:00
parent 7e87cf7fdc
commit 9a301b459c
4 changed files with 4 additions and 10 deletions

View File

@@ -362,7 +362,7 @@ export const AddReminderDialog = DialogManager.register(
</Flex>
) : null}
<Flex sx={{ gap: 2, overflowX: "auto", mt: 2 }}>
<Flex sx={{ gap: 2, overflowX: "auto", mt: 2, alignItems: "self-end" }}>
{mode === Modes.ONCE ? (
<>
<Field

View File

@@ -3907,11 +3907,8 @@ msgstr "Monographs can be encrypted with a secret key and shared with anyone."
msgid "Monographs enable you to share your notes in a secure and private way."
msgstr "Monographs enable you to share your notes in a secure and private way."
#: src/strings.ts:1840
msgid "month"
msgstr "month"
#: src/strings.ts:665
#: src/strings.ts:1840
msgid "Month"
msgstr "Month"

View File

@@ -3887,11 +3887,8 @@ msgstr ""
msgid "Monographs enable you to share your notes in a secure and private way."
msgstr ""
#: src/strings.ts:1840
msgid "month"
msgstr ""
#: src/strings.ts:665
#: src/strings.ts:1840
msgid "Month"
msgstr ""

View File

@@ -1837,7 +1837,7 @@ For example:
incomingNote: () => 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`,