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 <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-20 15:14:12 +00:00
committed by Émile Ré
parent 07645e6251
commit 70d0424022
2 changed files with 2 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ function ViewerDecision(props: {
});
}}
>
{__("Review and approve")}
{__("Approve")}
</Button>
)}
</div>

View File

@@ -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 {