diff --git a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html
index 35d250f4c2..3003e1a212 100644
--- a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html
+++ b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html
@@ -8,7 +8,7 @@
aw-pop-over="
- Disassociate
- Disassociation will remove a host from a group but the host will remain in the inventory.
" aw-tool-tip="Click for help"
data-placement="right"
data-container="body"
- data-title="Delete Group"
+ data-title="Disassociate Host"
class="help-link">
diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js
index 24f535429c..e15f95a0e0 100644
--- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js
+++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js
@@ -111,7 +111,7 @@ export default {
//label: 'Delete',
mode: 'all',
ngClick: "disassociateGroup(nested_group)",
- awToolTip: 'Delete group',
+ awToolTip: 'Disassociate Group',
dataPlacement: "top",
ngShow: "nested_group.summary_fields.user_capabilities.delete"
}