Merge pull request #6010 from ndarilek/develop

Catch another instance of unlabeled avatars.
pull/21833/head
Travis Ralston 2021-05-11 21:44:15 -06:00 committed by GitHub
commit 9842bcde50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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} />
);