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": {
"tags": "server side",
"title": "Rotate PDF",
"submit": "Rotate",
"submit": "Apply Rotation",
"error": {
"failed": "An error occurred while rotating the PDF."
},

View File

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