Merge pull request #5585 from ndarilek/label-base-avatar
Label unlabeled avatar button in event panel
This commit is contained in:
commit
b089f3d2f9
2 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@ import MatrixClientContext from "../../../contexts/MatrixClientContext";
|
|||
import {useEventEmitter} from "../../../hooks/useEventEmitter";
|
||||
import {toPx} from "../../../utils/units";
|
||||
import {ResizeMethod} from "../../../Avatar";
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
||||
interface IProps {
|
||||
name: string; // The name (first initial used as default)
|
||||
|
@ -140,6 +141,7 @@ const BaseAvatar = (props: IProps) => {
|
|||
if (onClick) {
|
||||
return (
|
||||
<AccessibleButton
|
||||
aria-label={_t("Avatar")}
|
||||
{...otherProps}
|
||||
element="span"
|
||||
className={classNames("mx_BaseAvatar", className)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue