diff --git a/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx b/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx
index 99343acdaa6..526ebebbe72 100644
--- a/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx
+++ b/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx
@@ -32,7 +32,7 @@ export function CondensationResultRow({ data }: CondensationResultRowProps) {
className="flex items-center justify-between cursor-pointer select-none"
onClick={() => setIsExpanded(!isExpanded)}>
-
+
{t("chat:contextManagement.condensation.title")}
diff --git a/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx b/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx
index f31a6752c1b..ec6a32f3163 100644
--- a/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx
+++ b/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx
@@ -33,7 +33,7 @@ export function TruncationResultRow({ data }: TruncationResultRowProps) {
className="flex items-center justify-between cursor-pointer select-none"
onClick={() => setIsExpanded(!isExpanded)}>
-
+
{t("chat:contextManagement.truncation.title")}