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

Commit 0e8f79b

Browse files
committed
i18n
1 parent f88d76e commit 0e8f79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/views/rooms/RoomHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ export default function RoomHeader({ room }: { room: Room }): JSX.Element {
130130
{roomName}
131131

132132
{isDirectMessage && e2eStatus === E2EStatus.Verified && (
133-
<Tooltip label={_t("Verified")}>
133+
<Tooltip label={_t("common|verified")}>
134134
<VerifiedIcon
135135
width="16px"
136136
height="16px"
137137
className="mx_Verified"
138-
aria-label={_t("Verified")}
138+
aria-label={_t("common|verified")}
139139
/>
140140
</Tooltip>
141141
)}

0 commit comments

Comments
 (0)