diff --git a/ui/index.jsp b/ui/index.jsp
index 673335f144a..295acffc6d4 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -2909,6 +2909,7 @@ dictionary = {
'message.adding.Netscaler.provider': '',
'message.creating.guest.network': '',
'label.action.delete.physical.network': '',
-'message.action.delete.physical.network': ''
+'message.action.delete.physical.network': '',
+'label.physical.network': ''
};
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 815ad425faa..721b198b92d 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -3475,7 +3475,7 @@
custom: cloudStack.uiCustom.systemChart('compute')
},
network: {
- title: 'label.network',
+ title: 'label.physical.network',
custom: cloudStack.uiCustom.systemChart('network')
},
resources: {