diff --git a/src/app/(dashboard)/dashboard/batch/FilesListTab.tsx b/src/app/(dashboard)/dashboard/batch/FilesListTab.tsx index 9019249aaa..9f8c44d6b6 100644 --- a/src/app/(dashboard)/dashboard/batch/FilesListTab.tsx +++ b/src/app/(dashboard)/dashboard/batch/FilesListTab.tsx @@ -131,7 +131,7 @@ export default function FilesListTab({
|
diff --git a/src/app/(dashboard)/dashboard/batch/page.tsx b/src/app/(dashboard)/dashboard/batch/page.tsx
index 13ba9de876..4dd03784af 100644
--- a/src/app/(dashboard)/dashboard/batch/page.tsx
+++ b/src/app/(dashboard)/dashboard/batch/page.tsx
@@ -1,12 +1,14 @@
"use client";
import { useState, useEffect, useCallback, useRef } from "react";
+import { useTranslations } from "next-intl";
import BatchListTab from "./BatchListTab";
import { FileRecord } from "@/lib/db/files";
import { BatchRecord } from "@/lib/db/batches";
import { mapBatchApiToRecord, mapFileApiToRecord } from "./batch-utils";
export default function BatchPage() {
+ const t = useTranslations("common");
const [batches, setBatches] = useState Loading more…
+ {t("batchPageLoadingMore")}
)}
diff --git a/src/app/(dashboard)/dashboard/cache/components/IdempotencyLayer.tsx b/src/app/(dashboard)/dashboard/cache/components/IdempotencyLayer.tsx
index 6c7830d663..e3f4ad976f 100644
--- a/src/app/(dashboard)/dashboard/cache/components/IdempotencyLayer.tsx
+++ b/src/app/(dashboard)/dashboard/cache/components/IdempotencyLayer.tsx
@@ -62,7 +62,7 @@ export default function IdempotencyLayer({
diff --git a/src/app/(dashboard)/dashboard/cache/components/ReasoningCacheTab.tsx b/src/app/(dashboard)/dashboard/cache/components/ReasoningCacheTab.tsx
index e4d3ad6d22..790269b753 100644
--- a/src/app/(dashboard)/dashboard/cache/components/ReasoningCacheTab.tsx
+++ b/src/app/(dashboard)/dashboard/cache/components/ReasoningCacheTab.tsx
@@ -336,7 +336,7 @@ export default function ReasoningCacheTab() {
Model |
{t("reasoningEntries")} |
- Avg Chars |
+ {t("reasoningAvgChars")} |
{t("reasoningChars")} |
|
|---|