From d38264660ef2696bd29c04314daa74f070a502f5 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 11 Sep 2017 11:40:35 -0400 Subject: [PATCH] Updated error message when can_update comes back false on an inventory source update GET Signed-off-by: mabashian --- .../job-submission-factories/inventory-update.factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/job-submission/job-submission-factories/inventory-update.factory.js b/awx/ui/client/src/job-submission/job-submission-factories/inventory-update.factory.js index cb4c0bf983..8b0ebe3fd2 100644 --- a/awx/ui/client/src/job-submission/job-submission-factories/inventory-update.factory.js +++ b/awx/ui/client/src/job-submission/job-submission-factories/inventory-update.factory.js @@ -67,7 +67,7 @@ export default } } else { Wait('stop'); - Alert('Permission Denied', 'You do not have access to run the inventory sync. Please contact your system administrator.', + Alert('Error Launching Sync', 'Unable to execute the inventory sync. Please contact your system administrator.', 'alert-danger'); } }