Skip to content

Commit 8eacc20

Browse files
committed
update labels for HVHE
1 parent 3048ddd commit 8eacc20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dashboard/DashboardTimeSeriesChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const crosshairTemplate = (d: GetFraKaareStatisticsChurchStatisticsSnapshot) =>
2727
<VisBulletLegend
2828
:items="[
2929
{ name: 'Totale episoder hørt', color: getColor(0) },
30-
{ name: 'Har hørt minst én episode i 2025', color: getColor(1) },
30+
{ name: 'Har hørt minst én episode i prosjektet', color: getColor(1) },
3131
]"
3232
/>
3333
<VisXYContainer :data="data" class="grow">

pages/dashboards/fra-kaare/overview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ watch(statistics, (stats) => {
122122
:column-groups="[
123123
{
124124
key: 'oneEpisode',
125-
text: 'Har hørt minst én episode i 2025',
125+
text: 'Har hørt minst én episode fra «Hvem er du, Herre?»',
126126
start: 1,
127127
span: columnGroupWidth,
128128
},

0 commit comments

Comments
 (0)