Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/dialogs/add-reminder-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions packages/intl/locale/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 1 addition & 4 deletions packages/intl/locale/pseudo-LOCALE.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down
2 changes: 1 addition & 1 deletion packages/intl/src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
Loading