Skip to content

Commit

Permalink
Update Minimum to Minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinaco committed Sep 28, 2021
1 parent 62b244c commit 564e8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AddChainForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function AddChainForm() {
<Input />
</Form.Item>
<Form.Item
label="Minimum Denom"
label="Minimal Denom"
name="stakeCurrencyCoinMinimalDenom"
rules={[{ required: true }]}
>
Expand All @@ -102,7 +102,7 @@ function AddChainForm() {
<Input />
</Form.Item>
<Form.Item
label="Minimum Denom"
label="Minimal Denom"
name="currenciesCoinMinimalDenom"
rules={[{ required: true }]}
>
Expand All @@ -128,7 +128,7 @@ function AddChainForm() {
<Input />
</Form.Item>
<Form.Item
label="Minimum Denom"
label="Minimal Denom"
name="feeCurrenciesCoinMinimalDenom"
rules={[{ required: true }]}
>
Expand Down

0 comments on commit 564e8cb

Please sign in to comment.