Merge pull request #2429 from jaredevantabor/fix-2422

Corrects label on schedule form
This commit is contained in:
Jared Tabor 2018-07-09 10:46:37 -07:00 committed by GitHub
commit 6d33e27100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"