From 70d0424022be86b59f463ba197a06d5ea4423770 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 20 Jul 2026 15:14:12 +0000 Subject: [PATCH] Rename document approval button to Approve The previous label implied review plus approval, but the action only approves. Update the consent text to match the new button wording. Signed-off-by: Cursor Agent Co-authored-by: Bryan FRIMIN --- .../organizations/documents/approve/DocumentApprovePage.tsx | 2 +- pkg/probo/document_approval_service.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {