Skip to content

Commit 2ba50b3

Browse files
committed
KAIZEN-0 Tekstjustering "for" -> "til"
1 parent d9a3407 commit 2ba50b3

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
@@ -50,7 +50,7 @@ export function mapBrukerStatusTilTekst(status: UtkastStatus): string {
5050
case UtkastStatus.KLAR_TIL_BESLUTTER:
5151
return 'Trenger tilbakemelding';
5252
case UtkastStatus.GODKJENT_AV_BESLUTTER:
53-
return 'Klar for utsendelse';
53+
return 'Klar til utsendelse';
5454
default:
5555
return '';
5656

0 commit comments

Comments
 (0)