summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
index b8581b29..2f8e8a3a 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
@@ -8,7 +8,7 @@
<dl>
<dt>{% trans "MAC Address" %}</dt>
<dd>{{ node.mac_address|default:_("None") }}</dd>
- <dt>{% trans "IP Address (Manag.)" %}</dt>
+ <dt>{% trans "Management IP" %}</dt>
<dd>{{ node.ip_address|default:_("None") }}</dd>
<dt>{% trans "IP Address (Other)" %}</dt>
<dd>{{ node.ip_address_other|default:_("None") }}</dd>