We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa883a commit 5a5a66eCopy full SHA for 5a5a66e
src/components/filters/FristFilter.tsx
@@ -3,9 +3,9 @@ import { FristFilterOption } from '@/utils/hendelseFilteringUtils';
3
import React from 'react';
4
5
const texts = {
6
- legend: 'Velg synlighet for frist',
+ legend: 'Frist',
7
option: {
8
- past: 'Tidligere datoer',
+ past: 'Før dagens dato',
9
today: 'Dagens dato',
10
future: 'Fremtidige datoer',
11
},
0 commit comments