Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/Collaboration/JobFormbuilder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,14 @@ function JobFormBuilder() {
</div>
</div>

<h1 className={styles.jobformTitle}>FORM CREATION</h1>
<h1 className={styles.jobformTitle}>JOB FORM BUILDER</h1>

{(role === 'Owner' || role === 'Administrator') && (
<div className={styles.customForm}>
<p className={styles.jobformDesc}>
Fill the form with questions about a specific position you want to create an ad for.
The default questions will automatically appear and are already selected. You can pick
and choose them with the checkbox.
Use this form to create and edit question sets for job applications. Choose a
position, then customize the form by adding, removing, or rearranging fields before
saving your template.
</p>

<QuestionSetManager
Expand Down
Loading