diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index a205a6c8d5..d153122d72 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -538,7 +538,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 to 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.
`, action: action, actionText: 'REMOVE TEAM ACCESS' });