Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Nov 9, 2024
1 parent 8290877 commit 9e568a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class AddPeerForm(forms.Form):
alias = forms.CharField(label="Client alias", required=True)
tags = forms.CharField(label="Tags", required=False)
username = forms.CharField(label="Username", required=False)
os = forms.CharField(label="OS", required=False)
hostname = forms.CharField(label="OS", required=False)
platform = forms.CharField(label="Platform", required=False)
ip = forms.CharField(label="IP", required=False)

Expand Down

0 comments on commit 9e568a6

Please sign in to comment.