mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 18:01:46 +02:00
i18n
This commit is contained in:
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…
x
Reference in New Issue
Block a user