Skip to content

Commit a60555b

Browse files
committed
Fjern kommerntarer
1 parent 0abb8be commit a60555b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stilling/stilling/adValidationReducer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function* validateYrkestittel(): Generator<unknown, any, any> {
147147
console.log('validateYrkestittel SET_JANZZ', categoryList);
148148

149149
if (valueIsNotSet(categoryList)) {
150-
yield addValidationError({ field: 'yrkestittel', message: 'Gyldig yrkestittel mangler' });
150+
yield addValidationError({ field: 'yrkestittel', message: 'Gyldig yrkestittel må velges' });
151151
} else {
152152
yield removeValidationError({ field: 'yrkestittel' });
153153
}

0 commit comments

Comments
 (0)