diff --git a/src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx b/src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx index fafd577750..7dd8e6ae02 100644 --- a/src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx +++ b/src/app/(dashboard)/dashboard/logs/CompressionLogTab.tsx @@ -24,7 +24,7 @@ interface LogEntry { } export default function CompressionLogTab() { - const t = useTranslations("settings"); + const t = useTranslations("logs"); const [logs, setLogs] = useState([]); const [loading, setLoading] = useState(true);