Skip to content

Commit a993c3a

Browse files
authored
1 parent 782b4b5 commit a993c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mixin-utils/utils.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
6767
},
6868
format: 'time_series',
6969
intervalFactor: 2,
70-
legendFormat: '%(legend)s99th Percentile' % legend,
70+
legendFormat: '%(legend)s99th percentile' % legend,
7171
refId: 'A',
7272
step: 10,
7373
},
@@ -81,7 +81,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
8181
},
8282
format: 'time_series',
8383
intervalFactor: 2,
84-
legendFormat: '%(legend)s50th Percentile' % legend,
84+
legendFormat: '%(legend)s50th percentile' % legend,
8585
refId: 'B',
8686
step: 10,
8787
},

0 commit comments

Comments
 (0)