mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
Fix capitalization on IP address
This commit is contained in:
parent
c82b870d16
commit
940df2eb68
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class DomainNameserverForm(forms.Form):
|
|||
server = forms.CharField(label="Name server", strip=True)
|
||||
|
||||
ip = forms.CharField(
|
||||
label="IP Address (IPv4 or IPv6)",
|
||||
label="IP address (IPv4 or IPv6)",
|
||||
strip=True,
|
||||
required=False,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue