From 6c40c56845fe0319ee86346372f9b9b32d84d6bf Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 16 Jul 2026 12:04:15 +0200 Subject: [PATCH] Fix join call button in header having two labels (#34293) Both the tooltip ("Video call") and the aria-label attribute ("Join video call") were trying to set different labels. I propose that the "Video call" tooltip should actually count as a description. --- apps/web/src/components/views/rooms/RoomHeader/RoomHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/views/rooms/RoomHeader/RoomHeader.tsx b/apps/web/src/components/views/rooms/RoomHeader/RoomHeader.tsx index 7b79e1aedc..a76f6b0555 100644 --- a/apps/web/src/components/views/rooms/RoomHeader/RoomHeader.tsx +++ b/apps/web/src/components/views/rooms/RoomHeader/RoomHeader.tsx @@ -112,7 +112,7 @@ function RoomHeaderButtons({ const joinCallButton = (