From 06dbe8cc069a19761d7e2388bfe3af65c977d45d Mon Sep 17 00:00:00 2001 From: James Brunton Date: Mon, 15 Sep 2025 15:00:33 +0100 Subject: [PATCH] Improve tool step titles --- frontend/public/locales/en-GB/translation.json | 13 ++++++------- .../changeMetadata/steps/AdvancedOptionsStep.tsx | 1 - .../tools/changeMetadata/steps/DeleteAllStep.tsx | 3 +-- .../components/tooltips/useChangeMetadataTips.ts | 8 ++------ frontend/src/tools/ChangeMetadata.tsx | 6 +++--- 5 files changed, 12 insertions(+), 19 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 8d2456fb3..b2aa2ba23 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -1087,11 +1087,11 @@ "title": "Metadata Settings" }, "standardFields": { - "title": "Standard Metadata" + "title": "Standard Fields" }, "deleteAll": { - "label": "Delete all metadata", - "description": "Remove all metadata from the PDF document" + "label": "Remove Existing Metadata", + "checkbox": "Delete all metadata" }, "title": { "label": "Title", @@ -1118,7 +1118,7 @@ "placeholder": "Document producer" }, "dates": { - "title": "Document Dates" + "title": "Date Fields" }, "creationDate": { "label": "Creation Date", @@ -1130,7 +1130,6 @@ }, "trapped": { "label": "Trapped Status", - "description": "Indicates whether the document has been trapped for high-quality printing", "unknown": "Unknown", "true": "True", "false": "False" @@ -1181,8 +1180,8 @@ "bullet3": "Delete All: Remove all metadata for privacy" }, "deleteAll": { - "title": "Delete All Metadata", - "text": "Complete metadata removal for privacy and clean documents." + "title": "Remove Existing Metadata", + "text": "Complete metadata deletion to ensure privacy." }, "customFields": { "title": "Custom Metadata", diff --git a/frontend/src/components/tools/changeMetadata/steps/AdvancedOptionsStep.tsx b/frontend/src/components/tools/changeMetadata/steps/AdvancedOptionsStep.tsx index 8d29b8e49..0edffe21d 100644 --- a/frontend/src/components/tools/changeMetadata/steps/AdvancedOptionsStep.tsx +++ b/frontend/src/components/tools/changeMetadata/steps/AdvancedOptionsStep.tsx @@ -28,7 +28,6 @@ const AdvancedOptionsStep = ({ {/* Trapped Status */}