Skip to content

Commit 2c6eef8

Browse files
authored
Merge pull request #2911 from Brett-S-OWB/fix-history-chart-legend-button
Koala - fix history chart legend button
2 parents 1c56b03 + fd1cf99 commit 2c6eef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/modules/web_themes/koala/source/src/components/ChartCarousel.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
<q-btn
2727
v-if="currentSlide === 'history_chart'"
2828
size="sm"
29+
push
2930
class="q-mr-sm legend-button-text"
30-
label="Legend ein/aus"
31+
label="Legende"
3132
@click="toggleLegend"
3233
/>
3334
</q-carousel-control>

0 commit comments

Comments
 (0)