Skip to content

Commit

Permalink
fix request change text case
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsajan0 committed Jul 9, 2023
1 parent a8f4264 commit c3fc084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypha/apply/projects/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def contract_document_path(instance, filename):
REQUEST_CHANGE = 'request_change'
PAF_STATUS_CHOICES = (
(APPROVE, 'Approve'),
(REQUEST_CHANGE, 'Request Changes or more information')
(REQUEST_CHANGE, 'Request changes or more information')
)

DRAFT = 'draft'
Expand Down

0 comments on commit c3fc084

Please sign in to comment.