diff --git a/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx b/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx index 9df122b94..12b599778 100644 --- a/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx +++ b/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx @@ -359,7 +359,7 @@ function ViewerDecision(props: { }); }} > - {__("Review and approve")} + {__("Approve")} )} diff --git a/pkg/probo/document_approval_service.go b/pkg/probo/document_approval_service.go index 5a608138b..2d5e76f57 100644 --- a/pkg/probo/document_approval_service.go +++ b/pkg/probo/document_approval_service.go @@ -37,7 +37,7 @@ import ( "go.probo.inc/probo/pkg/page" ) -const DocumentApprovalConsentText = "By clicking \"Review and approve\", I consent to approve this document electronically and agree that my electronic signature has the same legal validity as a handwritten signature." +const DocumentApprovalConsentText = "By clicking \"Approve\", I consent to approve this document electronically and agree that my electronic signature has the same legal validity as a handwritten signature." type ( DocumentApprovalService struct {