Skip to content
Snippets Groups Projects
Commit 775a6f55 authored by Jakob Grønhaug's avatar Jakob Grønhaug
Browse files

Calculator error message is now in Norwegian

parent dca93d8c
Branches
No related tags found
No related merge requests found
Pipeline #157985 passed
......@@ -43,7 +43,7 @@ function submitExpression(event){
if (response.ok) {
return response.text()
} else {
return "Unable to parse your message, please try again"
return "Jeg forsto dessverre ikke det regnestykket :( 💔"
}
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment