diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index 789f40210ca..1150489a5af 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -1289,8 +1289,8 @@
"label.lastname.lower": "lastname",
"label.latest.events": "Latest events",
"label.launch": "Launch",
-"label.launch.vm": "Launch Virtual Machine",
-"label.launch.vm.and.stay": "Launch VM & Stay On This Page",
+"label.launch.vm": "Launch Instance",
+"label.launch.vm.and.stay": "Launch Instance & Stay On This Page",
"label.launch.zone": "Launch Zone",
"label.lb.algorithm.leastconn": "Least connections",
"label.lb.algorithm.roundrobin": "Round-robin",
diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue
index 7d3036d3b50..b2831cba050 100644
--- a/ui/src/views/compute/DeployVM.vue
+++ b/ui/src/views/compute/DeployVM.vue
@@ -655,7 +655,7 @@
{{ $t('label.launch.vm') }}
-
+
{{ $t('label.launch.vm.and.stay') }}
@@ -2396,4 +2396,12 @@ export default {
.form-item-hidden {
display: none;
}
+
+ .btn-stay-on-page {
+ &.ant-dropdown-menu-dark {
+ .ant-dropdown-menu-item:hover {
+ background: transparent !important;
+ }
+ }
+ }