1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Corrects label on schedule form

This commit is contained in:
Jared Tabor 2018-07-05 14:41:40 -07:00
parent 56fc5b104e
commit 7bf1569417
No known key found for this signature in database
GPG Key ID: CC50E67C506270C9

View File

@ -118,7 +118,7 @@
ng-show="schedulerShowTimeZone">
<label class="Form-inputLabel">
<span class="red-text">*</span>
{{ strings.get('form.START_TIME') }}
{{ strings.get('form.LOCAL_TIME_ZONE') }}
</label>
<select
ng-disabled="!(schedule_obj.summary_fields.user_capabilities.edit || canAdd) || credentialRequiresPassword"