Change submit message to Apply Rotation

This commit is contained in:
James Brunton 2025-09-16 14:47:34 +01:00
parent 5cca947e17
commit 85742d4e1a
2 changed files with 2 additions and 2 deletions

View File

@ -757,7 +757,7 @@
"rotate": { "rotate": {
"tags": "server side", "tags": "server side",
"title": "Rotate PDF", "title": "Rotate PDF",
"submit": "Rotate", "submit": "Apply Rotation",
"error": { "error": {
"failed": "An error occurred while rotating the PDF." "failed": "An error occurred while rotating the PDF."
}, },

View File

@ -38,7 +38,7 @@ const Rotate = (props: BaseToolProps) => {
}, },
], ],
executeButton: { executeButton: {
text: t("rotate.submit", "Rotate"), text: t("rotate.submit", "Apply Rotation"),
isVisible: !base.hasResults, isVisible: !base.hasResults,
loadingText: t("loading"), loadingText: t("loading"),
onClick: base.handleExecute, onClick: base.handleExecute,