From 8fb5f54e9d54cf0cd2cc2bcb4f35199bbbc41873 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Mon, 15 Sep 2025 16:32:36 +0100 Subject: [PATCH] Added space to file history header, removed allcaps --- frontend/public/locales/en-GB/translation.json | 2 +- frontend/src/components/fileManager/FileHistoryGroup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 1e70f866b..88933712e 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -2299,7 +2299,7 @@ "noFileSelected": "No files selected", "showHistory": "Show History", "hideHistory": "Hide History", - "fileHistory": "FileHistory", + "fileHistory": "File History", "loadingHistory": "Loading History...", "lastModified": "Last Modified", "toolChain": "Tools Applied", diff --git a/frontend/src/components/fileManager/FileHistoryGroup.tsx b/frontend/src/components/fileManager/FileHistoryGroup.tsx index 0c0f16d65..16bc02aa1 100644 --- a/frontend/src/components/fileManager/FileHistoryGroup.tsx +++ b/frontend/src/components/fileManager/FileHistoryGroup.tsx @@ -38,7 +38,7 @@ const FileHistoryGroup: React.FC = ({ - + {t('fileManager.fileHistory', 'File History')} ({sortedHistory.length})