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.") }, {