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

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"