You can see the feature on the live site if you pick a location on the map, and click "report":
The source file to change is src/components/form/ReportModal.js. The problem types are not translated, I think these are the available translation keys:
problems.created
problems.description_subtext
problems.problem_type
problems.your_contact_info
Also, make a small improvement to the form by putting problems.description_subtext, e.g. "Any information that might help us evaluate the problem"), as placeholder text for the Description field.
Part of #538
You can see the feature on the live site if you pick a location on the map, and click "report":
The source file to change is src/components/form/ReportModal.js. The problem types are not translated, I think these are the available translation keys: problems.created problems.description_subtext problems.problem_type problems.your_contact_info
Also, make a small improvement to the form by putting problems.description_subtext, e.g. "Any information that might help us evaluate the problem"), as placeholder text for the Description field.
Steps / instructions can be reused from #587.