From 5cca947e17544b8b05d508675a3c2c4751124702 Mon Sep 17 00:00:00 2001 From: James Brunton Date: Tue, 16 Sep 2025 14:16:25 +0100 Subject: [PATCH] Tidy translations --- frontend/public/locales/en-GB/translation.json | 9 +-------- frontend/src/components/tooltips/useRotateTips.ts | 1 - 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index a5f661852..da708ac41 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -757,27 +757,20 @@ "rotate": { "tags": "server side", "title": "Rotate PDF", - "header": "Rotate PDF", - "selectAngle": "Select rotation angle (in multiples of 90 degrees):", "submit": "Rotate", "error": { - "failed": "An error occurred while rotating the PDF.", - "invalidAngle": "Rotation angle must be a multiple of 90 degrees" + "failed": "An error occurred while rotating the PDF." }, "preview": { "title": "Rotation Preview" }, "rotateLeft": "Rotate Anticlockwise", "rotateRight": "Rotate Clockwise", - "noRotation": "No rotation", - "currentAngle": "Current rotation: {{angle}}°", - "controlsHelp": "Each click rotates by 90 degrees", "tooltip": { "header": { "title": "Rotate Settings Overview" }, "description": { - "title": "Description", "text": "Rotate your PDF pages clockwise or anticlockwise in 90-degree increments. All pages in the PDF will be rotated. The preview shows how your document will look after rotation." }, "controls": { diff --git a/frontend/src/components/tooltips/useRotateTips.ts b/frontend/src/components/tooltips/useRotateTips.ts index 88af92607..4bea201e1 100644 --- a/frontend/src/components/tooltips/useRotateTips.ts +++ b/frontend/src/components/tooltips/useRotateTips.ts @@ -10,7 +10,6 @@ export const useRotateTips = (): TooltipContent => { }, tips: [ { - title: t("rotate.tooltip.description.title", "Description"), description: t("rotate.tooltip.description.text", "Rotate your PDF pages clockwise or anticlockwise in 90-degree increments. All pages in the PDF will be rotated. The preview shows how your document will look after rotation.") }, {