diff --git a/public/app/features/explore/Logs.tsx b/public/app/features/explore/Logs.tsx index fffe1aacf84..dd4d1ce970d 100644 --- a/public/app/features/explore/Logs.tsx +++ b/public/app/features/explore/Logs.tsx @@ -1,5 +1,6 @@ import React, { PureComponent } from 'react'; import { css, cx } from 'emotion'; +import { capitalize } from 'lodash'; import { rangeUtil, @@ -256,7 +257,7 @@ export class Logs extends PureComponent { // @ts-ignore tooltip={LogsDedupDescription[dedupType]} > - {dedupType} + {capitalize(dedupType)} ))}