t3chguy/dedup-icons-17oct
Michael Telatynski 2023-09-01 08:30:05 +01:00
parent f88d76e2ea
commit 0e8f79b268
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 2 additions and 2 deletions

View File

@ -130,12 +130,12 @@ export default function RoomHeader({ room }: { room: Room }): JSX.Element {
{roomName}
{isDirectMessage && e2eStatus === E2EStatus.Verified && (
<Tooltip label={_t("Verified")}>
<Tooltip label={_t("common|verified")}>
<VerifiedIcon
width="16px"
height="16px"
className="mx_Verified"
aria-label={_t("Verified")}
aria-label={_t("common|verified")}
/>
</Tooltip>
)}