mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
fixed wording of license form
This commit is contained in:
parent
8ad328582d
commit
ea1d07aaa4
@ -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: {
|
||||
|
@ -135,7 +135,7 @@ export default
|
||||
}
|
||||
|
||||
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 {
|
||||
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>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user