mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
|
||||
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user