Final renames from /etc/awx/ and /var/log/awx/

This commit is contained in:
Luke Sneeringer
2014-08-25 13:25:53 -04:00
parent 4931d911fa
commit fa02d11d30
2 changed files with 7 additions and 7 deletions

View File

@@ -573,7 +573,7 @@ function ($location, $rootScope, $compile, $filter, GenerateForm, Rest, Alert, G
// The license is invalid. Stop the user from logging in.
status = 'alert-danger';
hdr = 'License Error';
msg = '<p>There is a problem with the /etc/awx/license file on your Tower server. Check to make sure Tower can access ' +
msg = '<p>There is a problem with the /etc/tower/license file on your Tower server. Check to make sure Tower can access ' +
'the file.</p>' + purchase_msg;
Alert(hdr, msg, status, null, false, true);
} else if (license.demo !== undefined && license.demo === true) {