Skip to content

Commit

Permalink
feat(metrics): rename Op to Agg (#67323)
Browse files Browse the repository at this point in the history
  • Loading branch information
obostjancic committed Mar 20, 2024
1 parent 2060057 commit 94da38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/ddm/queryBuilder.tsx
Expand Up @@ -195,7 +195,7 @@ export const QueryBuilder = memo(function QueryBuilder({
<FlexBlock>
<OpSelect
size="md"
triggerProps={{prefix: t('Op')}}
triggerProps={{prefix: t('Agg')}}
options={
selectedMeta?.operations.filter(isAllowedOp).map(op => ({
label: op,
Expand Down

0 comments on commit 94da38b

Please sign in to comment.