Skip to content

Commit

Permalink
fix: Additional typos
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jul 8, 2024
1 parent 2afee85 commit f15a767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/chain.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Chain Add
description: Add a chain to the blacklist
title: "[Chain add]: "
title: "[Chain-add]: "
body:
- type: input
id: chain-id
attributes:
label: Chain ID
description: Enter the chain id of the chain in question
description: Enter the chain ID of the chain in question.
placeholder: e.g. fakechain-3
validations:
required: true
Expand All @@ -15,14 +15,14 @@ body:
attributes:
label: Notes
description: Why is this chain malicious?
placeholder: e.g. mpersonates a legit chain
placeholder: e.g. Impersonates a legit chain
validations:
required: true
- type: dropdown
id: threat-level
attributes:
label: Threat level
description: What do you consider this chain's threat-level to be
description: What do you consider this chain's threat-level to be?
options:
- 1 (Low) A warning should be displayed when interacting
- 2 (Medium) Chain must be explicitly enabled in settings before interacting
Expand Down

0 comments on commit f15a767

Please sign in to comment.