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}
|
{roomName}
|
||||||
|
|
||||||
{isDirectMessage && e2eStatus === E2EStatus.Verified && (
|
{isDirectMessage && e2eStatus === E2EStatus.Verified && (
|
||||||
<Tooltip label={_t("Verified")}>
|
<Tooltip label={_t("common|verified")}>
|
||||||
<VerifiedIcon
|
<VerifiedIcon
|
||||||
width="16px"
|
width="16px"
|
||||||
height="16px"
|
height="16px"
|
||||||
className="mx_Verified"
|
className="mx_Verified"
|
||||||
aria-label={_t("Verified")}
|
aria-label={_t("common|verified")}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue