Updated error message when can_update comes back false on an inventory source update GET

Signed-off-by: mabashian <mabashia@redhat.com>
This commit is contained in:
mabashian 2017-09-11 11:40:35 -04:00
parent e5043093eb
commit d38264660e
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

@ -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');
}
}