mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00:00
Change submit message to Apply Rotation
This commit is contained in:
parent
5cca947e17
commit
85742d4e1a
@ -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."
|
||||||
},
|
},
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user