summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Smola <lsmola@redhat.com>2014-10-15 14:28:02 +0200
committerLadislav Smola <lsmola@redhat.com>2014-10-15 14:28:02 +0200
commit5e7e6f14342a72ac11ad849e3af70baf3d234752 (patch)
tree870de972fc2db5e7620da11a089eb47c7bbd7689
parent848478fd3a6578ed9d5e06664a8d3cd9345944db (diff)
downloadtuskar-ui-5e7e6f14342a72ac11ad849e3af70baf3d234752.tar.gz
Bad label instead Public Interface
Fixing the bad label Change-Id: I5299cf18ee96b06a481397d0cffa6b5167feb80e
-rw-r--r--tuskar_ui/infrastructure/parameters/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/parameters/forms.py b/tuskar_ui/infrastructure/parameters/forms.py
index 85812fe5..95ee52a4 100644
--- a/tuskar_ui/infrastructure/parameters/forms.py
+++ b/tuskar_ui/infrastructure/parameters/forms.py
@@ -51,7 +51,7 @@ class EditServiceConfig(horizon.forms.SelfHandlingForm):
'you must configure Compute to use qemu without KVM '
'and hardware virtualization.'))
neutron_public_interface = django.forms.ChoiceField(
- label=_("Deployment Type"),
+ label=_("Public Interface"),
choices=NEUTRON_PUBLIC_INTERFACE_CHOICES,
required=True,
help_text=_('What interface to bridge onto br-ex for network nodes. '