fixed wording of license form

This commit is contained in:
John Mitchell
2015-06-05 15:48:18 -04:00
parent 8ad328582d
commit ea1d07aaa4
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ export default
label: 'License File', label: 'License File',
type: 'textarea', type: 'textarea',
addRequired: true, addRequired: true,
editRequird: true, editRequired: true,
rows: 10, rows: 10,
'default': '---' 'default': '---'
}, },
@@ -30,7 +30,7 @@ export default
label: 'End User License Agreement', label: 'End User License Agreement',
type: 'textarea', type: 'textarea',
addRequired: true, addRequired: true,
editRequird: true, editRequired: true,
rows: 5, rows: 5,
readonly: true readonly: true
}, },
@@ -38,7 +38,7 @@ export default
label: 'I agree to the End User License Agreement', label: 'I agree to the End User License Agreement',
type: 'checkbox', type: 'checkbox',
addRequired: true, addRequired: true,
editRequird: true editRequired: true
} }
}, },
buttons: { buttons: {

View File

@@ -135,7 +135,7 @@ export default
} }
if (IsAdmin()) { if (IsAdmin()) {
html += "<p>Copy and paste the contents of the new license file in the field below and click the Submit button.</p>"; html += "<p>Copy and paste the contents of your license in the field below, agree to the End User License Agreement, and click Submit.</p>";
} else { } else {
html += "<p>A system administrator can install the new license by choosing View License on the Account Menu and clicking on the Update License tab.</p>"; html += "<p>A system administrator can install the new license by choosing View License on the Account Menu and clicking on the Update License tab.</p>";
} }