I can't find anything obvious that points to where the auto form labels come from in Telescope. The are no labels in the schemas that I can see (at least not for Posts), there is nothing obvious in at least in the Posts autoform call...
{{> quickForm collection="Posts" id="submitPostForm" template="bootstrap3-horizontal" input-col-class="controls" type="method" meteormethod="submitPost" fields=postFields}}
... I can't locate any fieldsets or other obvious ways to pass labels to auto forms. So, as an example, 'createdAt' from the Posts schema ends up having a display label of 'Created At' when displayed in the forms - where and how does that 'conversion' happen?
TIA!