mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Slightly better presentation of read receipts to screen reader users (#8662)
This commit is contained in:
parent
e1e87ac019
commit
c1c3ed6a9e
2 changed files with 4 additions and 1 deletions
|
@ -199,10 +199,12 @@ export function ReadReceiptGroup(
|
|||
|
||||
return (
|
||||
<div className="mx_EventTile_msgOption">
|
||||
<div className="mx_ReadReceiptGroup">
|
||||
<div className="mx_ReadReceiptGroup" role="group" aria-label={_t("Read receipts")}>
|
||||
<AccessibleButton
|
||||
className="mx_ReadReceiptGroup_button"
|
||||
inputRef={button}
|
||||
aria-label={tooltipText}
|
||||
aria-haspopup="true"
|
||||
onClick={openMenu}
|
||||
onMouseOver={showTooltip}
|
||||
onMouseLeave={hideTooltip}
|
||||
|
|
|
@ -1765,6 +1765,7 @@
|
|||
"%(members)s and %(last)s": "%(members)s and %(last)s",
|
||||
"Seen by %(count)s people|other": "Seen by %(count)s people",
|
||||
"Seen by %(count)s people|one": "Seen by %(count)s person",
|
||||
"Read receipts": "Read receipts",
|
||||
"Recently viewed": "Recently viewed",
|
||||
"Replying": "Replying",
|
||||
"Room %(name)s": "Room %(name)s",
|
||||
|
|
Loading…
Reference in a new issue