diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json index 9a9b75ad4d..c92da2c358 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/FlagDurations.json @@ -1,12 +1,17 @@ [ { "flag": "blocked", - "label": "Short Term Block (24 Hours)", + "label": "24-hour Block", "durationInHours": "24" }, { "flag": "blocked", - "label": "Long Term Block (5 Years)", - "durationInHours": "43848" + "label": "Acceptable Use Policy or LIO Behavior", + "durationInHours": "876000" + }, + { + "flag": "blocked", + "label": "Access Policy", + "durationInHours": "876000" } ] diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json index 77e3d44f06..9ad1f731d5 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/usnm/v1/profileForms/Sections.json @@ -1,32 +1,12 @@ [ { - "name": "summary", - "label": "Summary", + "name": "behaviouralPlan", + "label": "Behavioural Plan", "editLabel": "Edit Summary", "type": "textarea", - "rows": 20, - "width": 500, - "placeholder": "Enter a summary of the client", - "isPII": true - }, - { - "name": "recommendedApproach", - "label": "Recommended Approach", - "editLabel": "Edit Recommended Approach", - "type": "textarea", - "rows": 20, - "width": 500, - "placeholder": "Enter recommended approach", - "isPII": true - }, - { - "name": "details", - "label": "Details", - "editLabel": "Edit Details", - "type": "textarea", - "rows": 20, - "width": 500, - "placeholder": "Enter Details", + "rows": 50, + "width": 550, + "placeholder": "Enter a behavioural plan for the help seeker", "isPII": true } ] \ No newline at end of file