mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 01:19:24 +00:00
Added space to file history header, removed allcaps
This commit is contained in:
parent
b5ce46cc7a
commit
8fb5f54e9d
@ -2299,7 +2299,7 @@
|
|||||||
"noFileSelected": "No files selected",
|
"noFileSelected": "No files selected",
|
||||||
"showHistory": "Show History",
|
"showHistory": "Show History",
|
||||||
"hideHistory": "Hide History",
|
"hideHistory": "Hide History",
|
||||||
"fileHistory": "FileHistory",
|
"fileHistory": "File History",
|
||||||
"loadingHistory": "Loading History...",
|
"loadingHistory": "Loading History...",
|
||||||
"lastModified": "Last Modified",
|
"lastModified": "Last Modified",
|
||||||
"toolChain": "Tools Applied",
|
"toolChain": "Tools Applied",
|
||||||
|
@ -38,7 +38,7 @@ const FileHistoryGroup: React.FC<FileHistoryGroupProps> = ({
|
|||||||
<Collapse in={isExpanded}>
|
<Collapse in={isExpanded}>
|
||||||
<Box ml="md" mt="xs" mb="sm">
|
<Box ml="md" mt="xs" mb="sm">
|
||||||
<Group align="center" mb="sm">
|
<Group align="center" mb="sm">
|
||||||
<Text size="xs" fw={600} c="dimmed" tt="uppercase">
|
<Text size="xs" fw={600} c="dimmed">
|
||||||
{t('fileManager.fileHistory', 'File History')} ({sortedHistory.length})
|
{t('fileManager.fileHistory', 'File History')} ({sortedHistory.length})
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user