mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 13:41:30 +10:00
💬
This commit is contained in:
@ -100,7 +100,7 @@ function formatDocumentStatus(status: DocumentStatus) {
|
||||
return "Draft";
|
||||
|
||||
case DocumentStatus.PENDING:
|
||||
return "Pending";
|
||||
return "Waiting for others";
|
||||
|
||||
case DocumentStatus.COMPLETED:
|
||||
return "Completed";
|
||||
|
||||
Reference in New Issue
Block a user