Skip to content

Commit

Permalink
Feature/typos 1.0.1 (#166) (#167)
Browse files Browse the repository at this point in the history
* Fixing typos

* fixing one more typo

Co-authored-by: Dario <[email protected]>
  • Loading branch information
zsinnema and ddelpiano authored Oct 20, 2023
1 parent 24a63d0 commit ea5f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Forms/StatementForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const StatementForm = (props: any) => {
"ui:widget": "CustomTextField",
"ui:options": {
label: "ApiNATOMY Model Name",
placeholder: "Enter Apinatomay Model Name",
placeholder: "Enter ApiNATOMY Model Name",
},
value: statement?.apinatomy_model ?? "",
};
Expand Down

0 comments on commit ea5f52f

Please sign in to comment.