Skip to content

Commit

Permalink
slightly tweak proposed residential unit wording
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer committed Sep 5, 2024
1 parent 494bcfc commit a0134c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const ResidentialUnitsProposed: Schema = {
{
type: "number",
data: {
title: "How many units of the type described above are proposed?",
title: "How many units of the type described above are you proposing?",
description:
"This is the number of units of the type described above that will be on the site after completion of the project.",
"This is the total number of units of this type that will be on the site after completion of the project.",
fn: "identicalUnits",
allowNegatives: false,
},
Expand Down

0 comments on commit a0134c0

Please sign in to comment.