diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index fef2c986261..66d45056c96 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -581,6 +581,8 @@
"label.create.tier.networkofferingid.description": "The Network offering for the Network Tier.",
"label.create.tungsten.routing.policy": "Create Tungsten-Fabric routing policy",
"label.create.user": "Create User",
+"label.create.vm": "Create Instance",
+"label.create.vm.and.stay": "Create Instance & stay on this page",
"label.create.vpn.connection": "Create VPN connection",
"label.created": "Created",
"label.creating": "Creating",
@@ -621,6 +623,8 @@
"label.default": "Default",
"label.default.use": "Default use",
"label.default.view": "Default view",
+"label.default.network.domain.isolated.network": "Default network domain for Isolated networks",
+"label.default.network.guestcidraddress.isolated.network": "Default guest CIDR for Isolated Networks",
"label.defaultnetwork": "Default Network",
"label.delete": "Delete",
"label.delete.acl.list": "Delete ACL list",
@@ -1901,7 +1905,9 @@
"label.sessions": "Active client sessions",
"label.set.default.nic": "Set default NIC",
"label.set.reservation": "Set reservation",
-"label.set.reservation.desc": "(optional) Please specify an Account to be associated with this IP range.
System VMs: Enable dedication of public IP range for SSVM and CPVM, Account field disabled. Reservation strictness defined on 'system.vm.public.ip.reservation.mode.strictness'.",
+"label.set.reservation.desc": "You can make Public IP range public, or you can dedicate/reserve it for either an Account or for System VMs",
+"label.set.reservation.account.desc": "Please specify an Account to be associated with this IP range.",
+"label.set.reservation.systemvm.desc": "Enable dedication of public IP range for SSVM and CPVM. Reservation strictness defined on 'system.vm.public.ip.reservation.mode.strictness'.",
"label.setting": "Setting",
"label.settings": "Settings",
"label.setup": "Setup",
diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue
index a4fa1191d13..53a1f7675eb 100644
--- a/ui/src/components/view/InfoCard.vue
+++ b/ui/src/components/view/InfoCard.vue
@@ -479,11 +479,12 @@