From 8bc482abe906feb14e985ca928d3300ba4d86707 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 27 Mar 2025 23:58:30 -0700 Subject: [PATCH] Attachments: rename to Note --- .../chat/components/composer/buttons/ButtonAttachNewDoc.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/chat/components/composer/buttons/ButtonAttachNewDoc.tsx b/src/apps/chat/components/composer/buttons/ButtonAttachNewDoc.tsx index 6416353f9..f86feec04 100644 --- a/src/apps/chat/components/composer/buttons/ButtonAttachNewDoc.tsx +++ b/src/apps/chat/components/composer/buttons/ButtonAttachNewDoc.tsx @@ -37,7 +37,7 @@ function ButtonAttachNew(props: { onClick={props.onAttachNew} sx={buttonAttachSx.desktop} > - New + Note );