diff --git a/app/src/util/history.ts b/app/src/util/history.ts
index 1c1a17147..a757b3fc0 100644
--- a/app/src/util/history.ts
+++ b/app/src/util/history.ts
@@ -95,8 +95,8 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
${item.hCreated}
- ${item.hSize}
- ${window.siyuan.languages.fileCount}${item.count}
+ ${window.siyuan.languages.fileSize} ${item.hSize}
+ ${window.siyuan.languages.fileCount} ${item.count}
${actionHTML}
`;
@@ -109,8 +109,8 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
${item.hCreated}
- ${item.hSize}
- ${window.siyuan.languages.fileCount}${item.count}
+ ${window.siyuan.languages.fileSize} ${item.hSize}
+ ${window.siyuan.languages.fileCount} ${item.count}
${actionHTML}