From 006aa2d5b903d8331a5cd794205c4123d99651b6 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 11 May 2021 09:39:06 -0500 Subject: [PATCH] Catch another instance of unlabeled avatars. Signed-off-by: Nolan Darilek --- src/components/views/avatars/BaseAvatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/avatars/BaseAvatar.tsx b/src/components/views/avatars/BaseAvatar.tsx index 5ecdd4ec5a..8ce05e0a55 100644 --- a/src/components/views/avatars/BaseAvatar.tsx +++ b/src/components/views/avatars/BaseAvatar.tsx @@ -179,7 +179,7 @@ const BaseAvatar = (props: IProps) => { width: toPx(width), height: toPx(height), }} - title={title} alt="" + title={title} alt={_t("Avatar")} inputRef={inputRef} {...otherProps} /> );