From 2c652a7375b27a5ff11ba04bc0e1dfc948acfdee Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Mon, 16 May 2016 16:14:53 -0400 Subject: [PATCH] Typo --- awx/ui/client/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' });