mirror of https://github.com/vector-im/riot-web
i18n
parent
f88d76e2ea
commit
0e8f79b268
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue