feat: add waiting_document status to career applications and localize status labels
This commit is contained in:
@@ -78,4 +78,11 @@ return [
|
||||
'flexible_projects_desc' => 'Flexibility is essential in our projects. You will take part in real projects suitable for your talents.',
|
||||
'focus_on_development' => 'Focus on Development',
|
||||
'intent_letter' => 'Letter of Intent',
|
||||
|
||||
// Statuses
|
||||
'pending' => 'Pending',
|
||||
'reviewed' => 'Reviewed',
|
||||
'rejected' => 'Rejected',
|
||||
'accepted' => 'Accepted',
|
||||
'waiting_document' => 'Waiting for Document',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user