mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
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>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -3272,6 +3272,7 @@
|
|||
"download_action_downloading": "Downloading",
|
||||
"download_failed": "Download failed",
|
||||
"download_failed_description": "An error occurred while downloading this file",
|
||||
"e2e_state": "State of the end-to-end encryption",
|
||||
"edits": {
|
||||
"tooltip_label": "Edited at %(date)s. Click to view edits.",
|
||||
"tooltip_sub": "Click to view edits",
|
||||
|
|
Loading…
Reference in a new issue