Skip to content

Commit 8af7d73

Browse files
committed
'Trenger tilbakemelding' -> 'Venter på beslutter'
1 parent db026f1 commit 8af7d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function mapBrukerStatusTilTekst(status: UtkastStatus): string {
4848
case UtkastStatus.KLAR_TIL_VEILEDER:
4949
return 'Venter på veileder';
5050
case UtkastStatus.KLAR_TIL_BESLUTTER:
51-
return 'Trenger tilbakemelding';
51+
return 'Venter på beslutter';
5252
case UtkastStatus.GODKJENT_AV_BESLUTTER:
5353
return 'Klar til utsendelse';
5454
default:

0 commit comments

Comments
 (0)