Skip to content

Commit cb28ca1

Browse files
authored
Update client/src/app/pages/insights/insight-detail-drawer.tsx
Signed-off-by: Scott Dickerson <[email protected]>
1 parent b2a0a67 commit cb28ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/pages/insights/insight-detail-drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const InsightDetailDrawer: React.FC<IInsightDetailDrawerProps> = ({
5252
header={
5353
<TextContent>
5454
<Text component="small" className={spacing.mb_0}>
55-
{t("Insight")}
55+
{t("terms.insight")}
5656
</Text>
5757
<Title headingLevel="h2" size="lg" className={spacing.mtXs}>
5858
{insight ? getInsightTitle(insight) : ""}

0 commit comments

Comments
 (0)