Skip to content

Commit

Permalink
feat: Update form labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Jun 4, 2024
1 parent be9b2d5 commit ba8757c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const Root = () => {
sx={{ width: "100%" }}
data-testid="list-add-button"
>
+ Add a new {schema.type.toLowerCase()} type
+ Add a new {schema.type.toLowerCase()} description
</Button>
</ErrorWrapper>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ export const ResidentialUnits: Schema = {
},
{
type: "number",
required: false,
data: {
title: "How many identical units of this type are there?",
title:
"How many residential units does the description above apply to?",
fn: "numberIdenticalUnits",
allowNegatives: false,
},
Expand Down

0 comments on commit ba8757c

Please sign in to comment.