From e36a4ed47e515bca959e28256d589e0bf4f77edc Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 30 Sep 2016 10:14:08 -0400 Subject: [PATCH] Updated user's teams list empty text to read: "This user is not a member of any teams" --- awx/ui/client/src/forms/Users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/forms/Users.js b/awx/ui/client/src/forms/Users.js index ddcda6e296..2ce2f69712 100644 --- a/awx/ui/client/src/forms/Users.js +++ b/awx/ui/client/src/forms/Users.js @@ -141,7 +141,7 @@ export default open: false, index: false, actions: {}, - + emptyListText: 'This user is not a member of any teams', fields: { name: { key: true,