Skip to content

Commit 5a5a66e

Browse files
committed
IS-1931: Change naming of legend and choices
1 parent 0fa883a commit 5a5a66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/filters/FristFilter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { FristFilterOption } from '@/utils/hendelseFilteringUtils';
33
import React from 'react';
44

55
const texts = {
6-
legend: 'Velg synlighet for frist',
6+
legend: 'Frist',
77
option: {
8-
past: 'Tidligere datoer',
8+
past: 'Før dagens dato',
99
today: 'Dagens dato',
1010
future: 'Fremtidige datoer',
1111
},

0 commit comments

Comments
 (0)