diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 1f60836f62..6d5673a77b 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -544,7 +544,7 @@ var tower = angular.module('Tower', [ if (accessListEntry.team_id) { Prompt({ hdr: `Team access removal`, - body: `
Please confirm that you would like to remove ${entry.name} access from the team ${entry.team_name}. This will affect all members of the team.
`, + body: `
Please confirm that you would like to remove ${entry.name} access from the team ${entry.team_name}. This will affect all members of the team. If you would like to only remove access for this particular user, please remove them from the team.
`, action: action, actionText: 'REMOVE TEAM ACCESS' });