mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-13 02:18:16 +01:00
Add Remove Password UI into V2 (#4214)
# Description of Changes - Add UI for Remove Password tool - Fix more translation warnings that were being thrown in the console - Add an encrypted PDF thumbnail and refactor thumbnail generation code
This commit is contained in:
@@ -11,9 +11,9 @@ export function SuggestedToolsSection(): React.ReactElement {
|
||||
return (
|
||||
<Stack gap="md">
|
||||
<Divider />
|
||||
|
||||
|
||||
<Text size="lg" fw={600}>
|
||||
{t('editYourNewFiles', 'Edit your new File(s)')}
|
||||
{t('editYourNewFiles', 'Edit your new file(s)')}
|
||||
</Text>
|
||||
|
||||
<Stack gap="xs">
|
||||
@@ -39,4 +39,4 @@ export function SuggestedToolsSection(): React.ReactElement {
|
||||
</Stack>
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user