From 741c6a0cfdd5d0538e329e8ff79ad83063d3d438 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 19 May 2016 14:45:53 -0400 Subject: [PATCH] Text update for team role removal confirmation message #1919 --- 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 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' });