Fix translation for the "Add room" tooltip (#7532)

pull/21833/head
Charlie Calendre 2022-01-13 11:08:22 +01:00 committed by GitHub
parent 78ff685caf
commit c2393cade7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}
/>