Add aria-label to e2e icon (#136)
This commit is contained in:
parent
5f113c4db0
commit
4e5cf1b720
2 changed files with 2 additions and 1 deletions
|
@ -1519,7 +1519,7 @@ class E2ePadlock extends React.Component<IE2ePadlockProps> {
|
|||
// https://github.com/element-hq/compound/issues/294
|
||||
return (
|
||||
<Tooltip label={this.props.title} isTriggerInteractive={true}>
|
||||
<div className={classes} tabIndex={0} />
|
||||
<div className={classes} tabIndex={0} aria-label={_t("timeline|e2e_state")} />
|
||||
</Tooltip>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue