Skip to content

Commit

Permalink
translate chart titles
Browse files Browse the repository at this point in the history
  • Loading branch information
satkunas committed Feb 19, 2025
1 parent 8673126 commit 9d82a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<b-row align-h="center">
<b-col class="mt-3 chart" v-for="(chart, chartIndex) in group.items" :key="`${chartIndex}-${chart.metric}`" :md="cols(chart.cols, group.items.length)">
<small class="text-muted cursor-pointer pb-3">
{{ chart.title }}
{{ $i18n.t(chart.title) }}
</small>
<div class="mt-2">
<chart :definition="chart" host="/netdata/127.0.0.1" :data-colors="palette(0)"></chart>
Expand Down

0 comments on commit 9d82a43

Please sign in to comment.