diff --git a/awx/ui/static/js/forms/LicenseUpdate.js b/awx/ui/static/js/forms/LicenseUpdate.js index ea4e230fe2..d3ea86b671 100644 --- a/awx/ui/static/js/forms/LicenseUpdate.js +++ b/awx/ui/static/js/forms/LicenseUpdate.js @@ -22,7 +22,7 @@ export default label: 'License File', type: 'textarea', addRequired: true, - editRequird: true, + editRequired: true, rows: 10, 'default': '---' }, @@ -30,7 +30,7 @@ export default label: 'End User License Agreement', type: 'textarea', addRequired: true, - editRequird: true, + editRequired: true, rows: 5, readonly: true }, @@ -38,7 +38,7 @@ export default label: 'I agree to the End User License Agreement', type: 'checkbox', addRequired: true, - editRequird: true + editRequired: true } }, buttons: { diff --git a/awx/ui/static/js/helpers/License.js b/awx/ui/static/js/helpers/License.js index 6294f7866e..e027ea80a9 100644 --- a/awx/ui/static/js/helpers/License.js +++ b/awx/ui/static/js/helpers/License.js @@ -135,7 +135,7 @@ export default } if (IsAdmin()) { - html += "

Copy and paste the contents of the new license file in the field below and click the Submit button.

"; + html += "

Copy and paste the contents of your license in the field below, agree to the End User License Agreement, and click Submit.

"; } else { html += "

A system administrator can install the new license by choosing View License on the Account Menu and clicking on the Update License tab.

"; }