From bac1ca5355204be2a1e21a1e6d48cb18905353fa Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 20 Mar 2023 11:05:03 -0500 Subject: [PATCH] Remove unreadable alt attribute from the room status bar warning icon (nonsense to screenreaders) (#10402) And the other content like the title already describe what's going on sufficiently. Split out from https://github.com/matrix-org/matrix-react-sdk/pull/8354 --- src/components/structures/RoomStatusBar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/structures/RoomStatusBar.tsx b/src/components/structures/RoomStatusBar.tsx index ff9d4472d4a..2a92a49a5f8 100644 --- a/src/components/structures/RoomStatusBar.tsx +++ b/src/components/structures/RoomStatusBar.tsx @@ -282,8 +282,7 @@ export default class RoomStatusBar extends React.PureComponent { src={require("../../../res/img/feather-customised/warning-triangle.svg").default} width="24" height="24" - title="/!\ " - alt="/!\ " + alt="" />