Skip to content

Commit fafe09f

Browse files
Merge pull request #4543 from OneCommunityGlobal/vinay_k_title_description_form
Vinay_K_Title_Description_Form
2 parents ae65943 + 6d05d2f commit fafe09f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Collaboration/JobFormbuilder.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,14 @@ function JobFormBuilder() {
294294
</div>
295295
</div>
296296

297-
<h1 className={styles.jobformTitle}>FORM CREATION</h1>
297+
<h1 className={styles.jobformTitle}>JOB FORM BUILDER</h1>
298298

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

307307
<QuestionSetManager

0 commit comments

Comments
 (0)