Skip to content

Commit 638f5ba

Browse files
authored
fix: 修复清洗页面的国际化 (#364)
1 parent 61fe125 commit 638f5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/DataCleansing/Detail/components/LogsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function LogsTable({taskLog, fetchTaskLog, retryCount} : {taskLog
3030
))}
3131
</select>
3232
</div>
33-
<span className="text-s text-gray-500 px-2">{t("dataCleansing.detail.logTable.nthRun", { selectedLog: selectedLog })}</span>
33+
<span className="text-s text-gray-500 px-2">{t("dataCleansing.detail.logTable.nthRun", { num: num })}</span>
3434
</div>
3535
<div className="text-gray-300 p-4 border border-gray-700 bg-gray-800 rounded-lg">
3636
<div className="font-mono text-sm">

0 commit comments

Comments
 (0)