From 6dd1b3988651ea4b56b2b84d9ae8e042fbdd0bc1 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Mon, 12 May 2025 14:12:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20fix:=20update=20aria-label=20for?= =?UTF-8?q?=20accessibility=20in=20`ConvoLink`=20(#7320)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Conversations/ConvoLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Conversations/ConvoLink.tsx b/client/src/components/Conversations/ConvoLink.tsx index 4e8d5888e4..1667cf0980 100644 --- a/client/src/components/Conversations/ConvoLink.tsx +++ b/client/src/components/Conversations/ConvoLink.tsx @@ -41,7 +41,7 @@ const ConvoLink: React.FC = ({ onRename(); }} role="button" - aria-label={isSmallScreen ? undefined : localize('com_ui_double_click_to_rename')} + aria-label={isSmallScreen ? undefined : title || localize('com_ui_untitled')} > {title || localize('com_ui_untitled')}