Catch another instance of unlabeled avatars.

Signed-off-by: Nolan Darilek <nolan@thewordnerd.info>
pull/21833/head
Nolan Darilek 2021-05-11 09:39:06 -05:00
parent 6efc162ce9
commit 006aa2d5b9
1 changed files with 1 additions and 1 deletions

View File

@ -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} />
);