diff --git a/apps/web/src/dialogs/add-reminder-dialog.tsx b/apps/web/src/dialogs/add-reminder-dialog.tsx index 5bc02fbde..075537977 100644 --- a/apps/web/src/dialogs/add-reminder-dialog.tsx +++ b/apps/web/src/dialogs/add-reminder-dialog.tsx @@ -509,7 +509,7 @@ export const AddReminderDialog = DialogManager.register( ) : ( - {strings.reminderStarts(date.toString(), date.format(timeFormat()))} + {strings.reminderStarts(date.format(db.settings.getDateFormat()), date.format(timeFormat()))} )}