in ui/src/app/summary/summary.component.ts [44:46]
capitalize(str: string) { return str.charAt(0).toUpperCase() + str.slice(1); }