Skip to content

Commit b23f1a3

Browse files
nachandrsjd78
andauthored
🐛 Capitalize text on Insight drawer (#2535)
Resolves: https://issues.redhat.com/browse/MTA-5903 Resolves: #2539 ## Summary by CodeRabbit * **Style** * Updated the insight detail drawer header text for improved terminology consistency and alignment with app translations. --------- Signed-off-by: Nandini Chandra <[email protected]> Signed-off-by: Scott Dickerson <[email protected]> Co-authored-by: Scott Dickerson <[email protected]>
1 parent a193adc commit b23f1a3

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)