diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 71f8194ee0f..3c8876330bb 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -17,6 +17,10 @@ #new labels (begin) ********************************************************************************************** +label.zoneWizard.trafficType.management=Mangement: Traffic between CloudStack\'s internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs +label.zoneWizard.trafficType.public=Public: Traffic between the internet and virtual machines in the cloud. +label.zoneWizard.trafficType.guest=Guest: Traffic between end-user virtual machines +label.zoneWizard.trafficType.storage=Storage: Traffic between primary and secondary storage servers, such as VM templates and snapshots label.quickview=Quickview label.migrate.to.host=Migrate to host label.migrate.to.storage=Migrate to storage diff --git a/ui/index.jsp b/ui/index.jsp index 6c38e363734..663b81a2bc7 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -533,7 +533,7 @@ under the License.