Skip to content

Commit

Permalink
corrected mispelled address word
Browse files Browse the repository at this point in the history
  • Loading branch information
saikiranpatil committed Dec 10, 2024
1 parent 3c91720 commit 4d2cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/FacilityConfigure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const FacilityConfigure = (props: IProps) => {
<TextFormField
name="middleware_address"
label="Facility Middleware Address"
message="This addredd will be applied to all assets when asset and location middleware are Unspecified"
message="This address will be applied to all assets when asset and location middleware are Unspecified"
required
value={state.form.middleware_address}
onChange={handleChange}
Expand Down

0 comments on commit 4d2cf0d

Please sign in to comment.