From e6ca89fea8e66e54d2a5d5e9a2306be3f0c7d46e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 5 Jul 2025 18:53:03 +0300 Subject: [PATCH] client/context menus/insert note: fix a comment --- apps/client/src/services/note_types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/services/note_types.ts b/apps/client/src/services/note_types.ts index 47d347d64..939d57eee 100644 --- a/apps/client/src/services/note_types.ts +++ b/apps/client/src/services/note_types.ts @@ -57,7 +57,7 @@ export const NOTE_TYPES: NoteTypeMapping[] = [ { type: "aiChat", mime: "application/json", title: t("note_types.ai-chat"), reserved: true } ]; -/** The minimum age in days for a template to be marked with the "New" badge */ +/** The maximum age in days for a template to be marked with the "New" badge */ const NEW_TEMPLATE_MIN_AGE = 3; /** The length of a day in milliseconds. */