Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Sep 1, 2023
1 parent f88d76e commit 0e8f79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/rooms/RoomHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit 0e8f79b

Please sign in to comment.