Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@
"value": "I want support to solve a conflict/problem",
"label": "I want support to solve a conflict/problem"
},
{
"value": "I need help to be safer",
"label": "I need help to be safer"
},
{
"value": "I want to know how to help someone else",
"label": "I want to know how to help someone else"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"survey":{},
"preEngagement":{
"email": "CallerInformationTab.contactIdentifier",
"email": "CallerInformationTab.email",
"friendlyName": "CallerInformationTab.friendlyName",
"phone": "CallerInformationTab.phone",
"officeDepartmentBid": "CallerInformationTab.officeDepartmentBid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@
"isPII": true
},
{
"name": "contactIdentifier",
"name": "email",
"label": "Email of Person Reporting",
"type": "input",
"isPII": true
Expand Down
1 change: 1 addition & 0 deletions plugin-hrm-form/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@
"I want to talk about my feelings":"Je veux parler de ce que je ressens",
"I'm looking for tips and strategies":"Je recherche des trucs et des stratégies",
"I want support to solve a conflict/problem":"Je veux du soutient pour résoudre un conflit/problème",
"I need help to be safer": "J’ai besoin d’aide pour être plus en sécurité",
"I want to know how to help someone else":"Je veux savoir comment aider quelqu'un d'autre",
"I need help finding a resource/information":"J'ai besoin d'aide pour trouver une ressource/information",
"Yes":"Oui",
Expand Down
Loading