mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix translation for the "Add room" tooltip (#7532)
This commit is contained in:
parent
78ff685caf
commit
c2393cade7
@ -293,8 +293,8 @@ const UntaggedAuxButton = ({ tabIndex }: IAuxButtonProps) => {
|
||||
onClick={openMenu}
|
||||
className="mx_RoomSublist_auxButton"
|
||||
tooltipClassName="mx_RoomSublist_addRoomTooltip"
|
||||
aria-label={_td("Add room")}
|
||||
title={_td("Add room")}
|
||||
aria-label={_t("Add room")}
|
||||
title={_t("Add room")}
|
||||
isExpanded={menuDisplayed}
|
||||
inputRef={handle}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user