diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index be0a42f20c0..726165a099e 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -899,6 +899,7 @@
"label.diskofferingstrictness": "Disk offering strictness",
"label.disksizestrictness": "Disk size strictness",
"label.computeonly.offering": "Compute only disk offering",
+"label.computeonly.offering.tooltip": "Option to specify root disk related information in the compute offering or to directly link a disk offering to the compute offering",
"label.edit": "Edit",
"label.edit.acl.list": "Edit ACL list",
"label.edit.acl.rule": "Edit ACL rule",
diff --git a/ui/src/views/offering/AddComputeOffering.vue b/ui/src/views/offering/AddComputeOffering.vue
index bcf84fbad58..107d2f0ea8d 100644
--- a/ui/src/views/offering/AddComputeOffering.vue
+++ b/ui/src/views/offering/AddComputeOffering.vue
@@ -340,7 +340,7 @@
- {{ $t('label.computeonly.offering') }}
+
{ computeonly = val }"/>
@@ -562,7 +562,7 @@
-
+
{ diskofferingstrictness = val }"/>