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>