Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Mar 11, 2024
1 parent 95c8334 commit 6aee350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@
"additionalProperties": false,
"properties": {
"description": {
"const": "Access roads rights of way details",
"const": "Details of impact on access, roads, and rights of way",
"type": "string"
},
"value": {
Expand Down
3 changes: 2 additions & 1 deletion types/enums/FileTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* Values of `file.type`
*/
export const FileTypes = {
accessRoadsRightsOfWayDetails: 'Access roads rights of way details',
accessRoadsRightsOfWayDetails:
'Details of impact on access, roads, and rights of way',
affordableHousingStatement: 'Affordable housing statement',
arboriculturistReport: 'Arboriculturist report',
bankStatement: 'Bank statement',
Expand Down

0 comments on commit 6aee350

Please sign in to comment.