diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index f57460efa482..a834162d534b 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -2202,6 +2202,7 @@
"label.reinstall.vm": "Reinstall Instance",
"label.reject": "Reject",
"label.related": "Related",
+"label.related.settings": "Related Settings",
"label.relationaloperator": "Operator",
"label.release": "Release",
"label.release.account": "Release from Account",
@@ -3937,6 +3938,7 @@
"message.read.admin.guide.scaling.up": "Please read the dynamic scaling section in the admin guide before scaling up.",
"message.recover.vm": "Please confirm that you would like to recover this Instance.",
"message.reinstall.vm": "NOTE: Proceed with caution. This will cause the Instance to be reinstalled from the Template; data on the root disk will be lost. Extra data volumes, if any, will not be touched.",
+"message.related.settings.changed": "'%x' has been changed. Would you like to review or update any related settings below?",
"message.release.ip.failed": "Failed to release IP",
"message.releasing.dedicated.cluster": "Releasing dedicated Cluster...",
"message.releasing.dedicated.host": "Releasing dedicated host...",
diff --git a/ui/src/views/setting/ConfigurationValue.vue b/ui/src/views/setting/ConfigurationValue.vue
index 0979c3c03cbe..ea146df8cb3c 100644
--- a/ui/src/views/setting/ConfigurationValue.vue
+++ b/ui/src/views/setting/ConfigurationValue.vue
@@ -190,10 +190,41 @@
:disabled="(!('resetConfiguration' in $store.getters.apis) || configDisabled || valueLoading || configrecord.value === configrecord.defaultvalue)" />
+
+