From ea1d07aaa4ae71a4c8e3c918448cfa637883760a Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 5 Jun 2015 15:48:18 -0400 Subject: [PATCH] fixed wording of license form --- awx/ui/static/js/forms/LicenseUpdate.js | 6 +++--- awx/ui/static/js/helpers/License.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

"; }