summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r--ipalib/plugins/host.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index e9fb943a6..ec58e1e40 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -361,6 +361,7 @@ class host_add(LDAPCreate):
),
Str('ip_address?', validate_ipaddr,
doc=_('Add the host to DNS with this IP address'),
+ label=_('IP Address'),
),
)