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})